Power BI is secretly hiding a treasure full of data? With DAX Studio (DMV) and the Power BI pbix. desktop file you can find all the Power BI data that was needed to create your power bi model & reports. This will give you all the insights that you need to maintain en control your power bi environments in even a better way then before.

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.
