CONTAINS Function DAX
CONTAINS function is a Power BI Information function in DAX which returns TRUE if there exists at least one row where all columns have specified… Read More »CONTAINS Function DAX
![]()
Power BI Tutorials By Pradeep Raturi- Power BI is a business analytics service by Microsoft. It provides interactive visualizations and business intelligence capabilities with an interface simple enough for end users to create their own reports and dashboards.
CONTAINS function is a Power BI Information function in DAX which returns TRUE if there exists at least one row where all columns have specified… Read More »CONTAINS Function DAX
![]()
CALENDARAUTO function is a Power BI Date and Time Function in DAX which returns table with single column which contains a contiguous set of dates.… Read More »CALENDARAUTO Function DAX
![]()
FIND Function is a Power BI TEXT function in DAX which returns the starting position of one text string within another text string. FIND function… Read More »FIND Function DAX
![]()
ADDCOLUMNS is a POWER BI Table Manipulation Functions in DAX which is used to add a calculated columns in table. Basically, ADDCOUMNS returns a table… Read More »ADDCOLUMNS function DAX
![]()
DATATABLE function is a Power BI Table manipulation function in DAX which allows us to create a table. Using Datatable function, You can define column… Read More »DATATABLE Function DAX
![]()
Downloading and Installing Microsoft Power BI Desktop Power BI is a business analytics service by Microsoft. It provides interactive visualizations and business intelligence capabilities with… Read More »Download and Install Power BI Desktop
![]()
CONCATENATEX function is a Power Bi text function in DAX, which evaluates expression for each row on the table, then return the concatenation of those values in a single string result, separated by the specified delimiter
![]()
Create Index column using a Power Query in Power Bi
Using a Power Query, you can add index column to your data that serves as a row counter to rows in data table, it is really a best feature of power query.
![]()
SUMMARIZECOLUMNS function is a Power Bi Table Manipulation function in DAX which returns a summary table over a set of groups.
![]()
VALUES function is a Power Bi table manipulation function in DAX which removes duplicate values and return unique values. A blank values can be added.
![]()
Power Bi allows us to create a report tooltip pages, means you can access a report page inside tooltip.
So for any selected records on visuals you can display more information by displaying a report page as a tooltip.
![]()
SUBSTITUE Function DAX
SUBSTITUE function is a Power BI DAX TEXT function that allows to replace existing text with new text in a text string.
![]()
When you create a report in Power Bi desktop, and you want to share the report with end-users then you can publish the report to Power Bi services.
![]()
Power Bi introduced a Personalize Visuals Preview features in May 2020 updates. When Personalize Visuals Preview feature is enabled for report then end-user can explore and personalize the visuals within report.
![]()
UNICHAR function is a power BI DAX text function that returns Unicode character referenced by the numeric value.
![]()
Implemention of Dynamic Page Navigation using Slicer in Power Bi
![]()