Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
adityalele
Microsoft Employee
Microsoft Employee

Differentiate between a collapsed v/s expanded row in a Matrix visual in a Measure

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.

1 ACCEPTED SOLUTION
mwegener
Most Valuable Professional
Most Valuable Professional

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

 

 

Did I answer your question?
Please mark my post as solution, this will also help others.
Please give Kudos for support.

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


View solution in original post

1 REPLY 1
mwegener
Most Valuable Professional
Most Valuable Professional

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

 

 

Did I answer your question?
Please mark my post as solution, this will also help others.
Please give Kudos for support.

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


Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors