DAX

 


πŸ‘©‍🏫 If you are looking Power BI related documents then this post is for you.


🎈 In this 2024 DATA ANALYTICS is highly Boomed but don't think you can become a DATA ANALYST with in 2hrs or 2 days.


So just deep dive into 1 DAX formula per day and do practice then you will be familiar end of 1 month.


🎈Data Analysis Expressions (DAX)


🎈Data Analysis Expressions (DAX) is a powerful formula language that is at the core of Microsoft Power BI and other Microsoft products like Excel and SQL Server Analysis Services.


🎈DAX is designed for creating custom calculations, aggregations, and data transformations within these tools.


🎈This chapter introduces you to the fundamental concepts of DAX and lays the foundation for your journey into mastering its essentials.


🎈It means that it is a type of formula or expressions that are used for the analysis and calculations of data.


🎈You need to understand its basic syntax.


🎈DAX formulas are written in a similar way to Excel formulas, using functions, operators, and references to columns or measures in your data model. 


Ex: If you have a Sales table with columns Quantity and Unit Price.


🎈You want to create a calculated column that calculates the total sales for each row.


Total Sales = Sales[Quantity] * Sales[Unit Price]


Total Sales is the name of the calculated column, and the formula multiplies the Quantity and Unit Price columns.


Comments

Popular posts from this blog

SQL Case Study Finance Analysis

SQL Query Order of Execution

A Day in the Life of a Data Analyst Interviewee