The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
In a matrix visual I have two fields in the Row header column creating nested rows.
For the values, I want to pick Measure1 when collapsed and Measure2 when expanded.
Solved! Go to Solution.
Hi @adityalele ,
You can check in a measure if the field of the second level is filtered and return the value of measure 1 or 2 depending on it.
https://docs.microsoft.com/de-de/dax/isfiltered-function-dax
Marcus Wegener works as Full Stack Power BI Engineer at BI or DIE.
His mission is clear: "Get the most out of data, with Power BI."
twitter - LinkedIn - YouTube - website - podcast - Power BI Tutorials
Hi @adityalele ,
You can check in a measure if the field of the second level is filtered and return the value of measure 1 or 2 depending on it.
https://docs.microsoft.com/de-de/dax/isfiltered-function-dax
Marcus Wegener works as Full Stack Power BI Engineer at BI or DIE.
His mission is clear: "Get the most out of data, with Power BI."
twitter - LinkedIn - YouTube - website - podcast - Power BI Tutorials