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

Join us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.

Reply
Anonymous
Not applicable

Filtering Matrix table through slicer built on different measures

Hi there,

 

For one dashboard, I am trying to filter matrix table from a slicer consisting of different measures created as shown in the below image.

Slicer part - Have created a table named measure wherein I have entered the name of measures, I wish to use in the slicer and the MeasureMix2 measure is   has been used in the bar chart on the left side to show the yearly value for the selection done in slicer

 

Now, I want to link the matrix table on the right side with other measures (calculating the first & third quartile, Mean & median of basically the same column from which the measure calculation is been done

 

Is there any way to achieve it?

 

Thanks

Saket

Dashboard query.PNG

1 ACCEPTED SOLUTION
Anonymous
Not applicable

@Anonymous 

It is hard to say without seeing the model, measures are based on the table columns, if you have correct relationships settled, no additional expression is required. 

 

For your dax, try create a new table for the slicer values. 

V-pazhen-msft_0-1623205072309.png

 

 

Then try something like following:

measure = Switch(selectedvalue(newtable[slicer column]),

"SG&A as % ...." , [SG&A Median],
"EBIT conribution ......", [EBIT per SG&A spend]))


Paul Zheng _ Community Support Team
If this post helps, please Accept it as the solution to help the other members find it more quickly.

View solution in original post

2 REPLIES 2
Anonymous
Not applicable

@Anonymous 

It is hard to say without seeing the model, measures are based on the table columns, if you have correct relationships settled, no additional expression is required. 

 

For your dax, try create a new table for the slicer values. 

V-pazhen-msft_0-1623205072309.png

 

 

Then try something like following:

measure = Switch(selectedvalue(newtable[slicer column]),

"SG&A as % ...." , [SG&A Median],
"EBIT conribution ......", [EBIT per SG&A spend]))


Paul Zheng _ Community Support Team
If this post helps, please Accept it as the solution to help the other members find it more quickly.

VijayP
Super User
Super User

@Anonymous 

Instead of using ISCROSSFILTERED, use SelectedValue and it may help and let me know whether that works!




Did I answer your question? Mark my post as a solution! Appreciate your Kudos!!
MY Blog || My YouTube Channel || Connect with me on Linkedin || My Latest Data Story - Ageing Analysis

Proud to be a Super User!


Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

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

June 2025 community update carousel

Fabric Community Update - June 2025

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