Using SWITCH function in DAX

Using SWITCH function in DAX

In this video, we’ll take a look at the SWITCH function in DAX. The SWITCH function in DAX compares a declared expression against all values. If the expression matches the value then it returns the result, if it doesn’t, it keeps moving down the list until the value...
Highlights of Power BI November 2020 Update

Highlights of Power BI November 2020 Update

Earlier this week Microsoft released the November update for Power BI. In this article, we take a look at some of the new features that came out this month. As in most previous updates this year, the November update focuses mainly on the reporting and visualization...
Using SWITCH function in DAX

Using IF Function in DAX

The IF function in DAX checks if a given expression is true or false, and returns one value when it’s true, otherwise it returns a second value. In DAX you can write the IF function in two different ways: in columns and measures. The example of creating a...