DAX – SUBSTITUTE Function
Replaces existing text with new text in a text string. It’s comes under Text functions DAX category. Read More
![]()
Data Analysis Expressions (DAX) is a library of functions and operators that can be combined to build formulas and expressions in Power BI, Analysis Services, and Power Pivot in Excel data models.
Replaces existing text with new text in a text string. It’s comes under Text functions DAX category. Read More
![]()
How to Create a Date Table Using CALENDAR DAX in Power BI? Power BI CALENDAR DAX Function Explained with Examples Read More
![]()
Understanding the SUMMARIZE() function In DAX. Summarize Function in Power BI Read More
![]()
In Power BI, how to check table 1 column values are exist in table 2 or not? Read More
![]()
CALCULATE DAX function evaluates an expression in a modified filter context. Read More
![]()
Power BI- DAX Filter Functions. How to Use the Filter DAX Function in Power BI? Read More
![]()
Understand statistical DAX functions – COUNT, COUNTA & COUNTX in Power BI. Read More
![]()
Power BI DAX functions AVERAGE, AVERAGEA & AVERAGEX are returns the average (arithmetic mean) of all the numbers in a column Read More
![]()
Power BI DISTINCTCOUNT DAX function is used to counts the number of distinct values in a column. Read More
![]()
COUNTBLANK DAX function is used to counts the number of blank cells in a column. Read More
![]()
How To Use The COUNTROWS DAX Formula in Power BI? Statistical DAX Functions in Power BI. Read More
![]()
Power BI DAX CONCATENATEX function concatenates the result of an expression evaluated for each row in a table using the specified delimiter. Read More
![]()
Power BI CONCATENATE DAX function is used to join two text strings into one text string. Read More
![]()
Returns the specified number of characters from the end of a text string. Read More
![]()
Left DAX function – Returns the specified number of characters from the start of a text string. Read More
![]()
Power Bi DAX LOWER function is used to converts the given string into lowercase. Read More
![]()
UPPER Function DAX Power BI – The UPPER DAX function converts the given string into uppercase letters. Read More
![]()
Evaluates an expression and returns a specified value if the expression returns an error. Otherwise, returns the value of the expression itself. Read More
![]()