Skip to content
Home ยป Power BI DAX

Power BI DAX

Power BI DAX : Data Analysis Expression (DAX), According to Microsoft Documentation DAX is a collection of functions, operators, and constants that can be used in a formula, or expression, to calculate and return one or more values. Stated more simply, DAX helps you create new information from data already in your model.

OPENINGBALANCEMONTH Function DAX

OPENINGBALANCEMONTH function is a Power BI time intelligence DAX function which evaluates evaluates the specified expression for the date corresponding to the end of the… Read More »OPENINGBALANCEMONTH Function DAX

 3,639 total views

Profile Data in Power BI

The data profiling allows a intuitive ways to clean, transform, and understand data in Power Query Editor, which helps you identifying the nuances of the… Read More »Profile Data in Power BI

 2,986 total views,  1 views today

TOTALYTD Function DAX

TOTALYTD is a Power BI time intelligence function in DAX, which evaluates the year-to-date value of the expressionย in the current context. DAX SYNTAX TOTALYTD(<expression>,<dates>[,<filter>][,<year_end_date>]) expression… Read More »TOTALYTD Function DAX

 9,408 total views,  4 views today