Skip to content

Alexisveras/PowerBi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Table of Contents

💫Overview:

✨This repository provides resources and information related to Power BI DAX functions, along with potential applications in various data analysis scenarios. its a colection of my expirience in power bi, a way to remember how those specific challenges got resolved and a way to share them with all of you, Enjoy it!!!!

What are DAX Functions?

DAX (Data Analysis Expressions) functions are a powerful toolset within Power BI that enable you to manipulate, summarize, and analyze data effectively. By mastering a handful of these functions, you can significantly enhance your data exploration and reporting capabilities.

🌐 Socials:

Facebook Instagram LinkedIn Pinterest TikTok

❓ Power BI DAX Functions

Here's a breakdown of some of the top DAX functions to focus on:

Basic Aggregation Functions

  • SUM: Calculates the total of a numeric column.
  • AVERAGE: Calculates the average value of a numeric column.
  • COUNT: Counts the number of rows in a table or column.
  • MIN/MAX: Determines the minimum and maximum values in a numeric column.

Logical Functions

  • IF: Evaluates a condition and returns a specified value based on the outcome (true or false).
  • SWITCH: Checks for multiple conditions and returns a corresponding value for the first matching one.
  • HASONEVALUE: Verifies if a single value exists in a specific column or expression.

Table Functions

  • SUMX: Calculates a sum across a table based on a custom expression.
  • AVERAGEIF: Calculates the average of a numeric column based on a specific condition.
  • FILTER: Creates a new table containing rows that meet certain criteria.
  • DISTINCT: Removes duplicate values from a column or table.

⏱️ Time Intelligence Functions

  • DATE: Extracts the date portion from a date/time column.
  • YEAR/MONTH/DAY: Extracts specific components (year, month, day) from a date/time column.
  • DATESINPERIOD: Generates a sequence of dates within a specified period.
  • PREVIOUSYEAR/PERIOD: Compares values to the corresponding period in the previous year or another time unit.

Text Functions

  • CONCATENATE: Combines text values from multiple columns into a single string.
  • LEFT/RIGHT/MID: Extracts specific portions (leftmost, rightmost, or middle) from a text string.
  • SEARCH: Locates the position of a specific substring within another text string.

Advanced Functions (Bonus)

  • CALCULATE: Allows you to modify calculation context by overriding filters or iterating through rows.
  • VAR: Creates temporary variables to store intermediate results within DAX expressions.
  • RELATED: Retrieves related values from another table based on established relationships.

This list provides a starting point for exploring DAX functions. As you delve deeper, you'll discover even more powerful functions to unlock the full potential of Power BI for your data analysis needs.

Demo Remember: This README serves as a starting point. Feel free to customize it further by adding details about your specific project, including features, examples, installation instructions, usage guidelines, and contribution information.

💻 Tech Stack:

Python Power Bi

📊 GitHub Stats:



✍️ Random Dev Quote

🔝 Top Contributed Repo


💰 You can help me by Donating

BuyMeACoffee

About

Power Bi, Formulas tips and tricks

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors