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

July 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more

Reply
davebrown89
Frequent Visitor

Filtering matrix based on donut value selection

First time posting and a relatively new Power BI user here...

 

I'm trying to get the matrix table in a page to filter down to the values that contribute to a count value in an adjacent donut visual but no matter which value I select e.g. PCI Approval Durations [<15 Days], the matrix below returns the full list of PCIs rather than the two PCIs that make up the count total in that data value.

 

Essentially I want to be able to show all the counts of PCIs review durations in the donuts and then when I select one of the values it will show a filtered list below.

 

I've tried both from the SQL and DAX sides with case statements and a count expression, e.g. ApprovalDurLOW =
CALCULATE(COUNT(COR[ApprovalDur]),COR[ApprovalDur]<15), to show counts within each range but neither is causing the matrix to be filtered.  I have checked to make sure that the donuts and matrix interaction relationships are correct so it must be something else I'm missing.

 

Any help would be greatly appreciated!

 

 Sample data and visualization images here.

1 ACCEPTED SOLUTION
MFelix
Super User
Super User

Hi @davebrown89,

 

althoug I don't know how you model is setup and your measure are made if you have the interactions active between the pie chart and the matrix table when clicking on one of the visual the other is filter accordingly, as you can see below I have a pie chart with a measure and the a matrix visualization when I select a value in the matrix the chart is filter and vice-versa.

 

donu.gif

 

Can you share some more details on your problem if possible a sample.

 

Regards,

MFelix


Regards

Miguel Félix


Did I answer your question? Mark my post as a solution!

Proud to be a Super User!

Check out my blog: Power BI em Português





View solution in original post

1 REPLY 1
MFelix
Super User
Super User

Hi @davebrown89,

 

althoug I don't know how you model is setup and your measure are made if you have the interactions active between the pie chart and the matrix table when clicking on one of the visual the other is filter accordingly, as you can see below I have a pie chart with a measure and the a matrix visualization when I select a value in the matrix the chart is filter and vice-versa.

 

donu.gif

 

Can you share some more details on your problem if possible a sample.

 

Regards,

MFelix


Regards

Miguel Félix


Did I answer your question? Mark my post as a solution!

Proud to be a Super User!

Check out my blog: Power BI em Português





Helpful resources

Announcements
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

Fabric Community Sticker Design Challenge Barcelona Carousel

Fabric Community Sticker Challenge - Barcelona 2026

If you love stickers, then you will definitely want to check out our community sticker challenge, Barcelona edition!

July Power BI Update Carousel

Power BI Monthly Update - July 2026

Check out the July 2026 Power BI update to learn about new features.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Top Solution Authors