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

Did you hear? There's a new SQL AI Developer certification (DP-800). Start preparing now and be one of the first to get certified. Register now

Reply
koorosh
Post Partisan
Post Partisan

Filtering

Hi Everyone,

 

Please check the following file and let me know How I can use MeasureListTable filtering for all visual on the page.
At this stage it works just on table left above. For instance it can not filtr card including count of items.

It can not filter pie charts also.

 

https://drive.google.com/file/d/1SvuzXvJP-1pfOXm6sLijXQA6KcoZunEu/view?usp=sharing

 

 

1 ACCEPTED SOLUTION
Ritaf1983
Super User
Super User

Hi @koorosh 
You can use the measure that you created for filtering pies:

Ritaf1983_0-1722217134541.png

For filtering the card, you can use the dax formula:

filtered name - = CALCULATE(COUNT('Table'[Name]),FILTER('Table',[Measure]=1))
Result:
Ritaf1983_1-1722217228598.png

The updated pbix is attached

If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly

Regards,
Rita Fainshtein | Microsoft MVP
https://www.linkedin.com/in/rita-fainshtein/
Blog : https://www.madeiradata.com/profile/ritaf/profile

View solution in original post

1 REPLY 1
Ritaf1983
Super User
Super User

Hi @koorosh 
You can use the measure that you created for filtering pies:

Ritaf1983_0-1722217134541.png

For filtering the card, you can use the dax formula:

filtered name - = CALCULATE(COUNT('Table'[Name]),FILTER('Table',[Measure]=1))
Result:
Ritaf1983_1-1722217228598.png

The updated pbix is attached

If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly

Regards,
Rita Fainshtein | Microsoft MVP
https://www.linkedin.com/in/rita-fainshtein/
Blog : https://www.madeiradata.com/profile/ritaf/profile

Helpful resources

Announcements
April Power BI Update Carousel

Power BI Monthly Update - April 2026

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

Fabric SQL PBI Data Days

Data Days 2026 coming soon!

Sign up to receive a private message when registration opens and key events begin.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

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.