Skip to main content

Posts

Showing posts from 2020

FILTER DAX Function

Returns a table that represents a subset of another table or expression. Its comes under Filter DAX functions category.

Dynamic Title change for Multi select values on visual

Power Bi allows you to change the visual title Dynamically on the basis of slicer selection values. So, Let’s start with an example,  download the sample Dataset from below link:-

ALLEXCEPT DAX Function

ALLEXCEPT   is a DAX function and it removes all context filters in the table except filters that have been applied to the specified columns. Its comes under Filter functions Dax category.

ALLSELECTED DAX Function

Returns all the rows in a table, or all the values in a column & r emoves context filters from columns and rows in the current query.  keeping filters that come from outside. Its comes under Filter DAX function category.

LOOKUPVALUE DAX Function

Returns the value for the row that meets all criteria specified by search conditions. The function can apply one or more search conditions. Its comes under Filter function DAX category.

How to check table 1 value exist or not in table 2 without any relationship

In Power Bi, how to check table 1 column values are exist in table 2 or not, when there is no relationship between both tables?

Create a Calendar Table in Power Bi using DAX functions

Calendar table is frequently used to perform Time Intelligence functions and in many scenario we need calendar table. If you don’t have any date table in your data model, you can easily create date table using some DAX functions.

SWITCH DAX Function

Evaluates an expression against a list of values and returns one of multiple possible result expressions. It’s comes under Logical Dax function category.

ALL DAX function

As it’s name suggests, Returns all the rows in a table, or all the values in a column.  ALL function removes the applied filters from the filter context. Its comes under Filter function DAX category.