Generic selectors
Exact matches only
Search in title
Search in content
Post Type Selectors

ISFILTERED

You probably know that the ISFILTERED function returns TRUE when the specified table or column is being filtered directly. But did you know that if you add multiple ISFILTEREDs together, ISFILTERED will not return true or false, but will return a number. You can combine this returned number with a switch function to influence your total levels.

Read More ...

Value filter behavior

To quote the explanation of Microsoft: When you are filtering multiple columns on the same table, the current default value filter behavior takes these filters and combines them into one, considering only the combinations that exist…

Read More ...

FILTER vs KEEPFILTERS

Example: Only customer A needs to be visible. To be able to see only customer A, you can use the expression FILTER or KEEPFILTERS. Both

Read More ...

Calculate

The CALCULATE expression is perhaps the most important expression in the DAX library. The CALCULATE expression can be used to modify existing filter context or

Read More ...

Format DAX

You can format all your DAX measures at once. No more single-handed formatting every measure one by one. To format all your measures at once

Read More ...

Keyboard Shortcuts

Power BI desktop has a lot of keyboard shortcuts. This can make your life so much easier when you are developing on a Power BI

Read More ...