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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request 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
November Power BI Update Carousel

Power BI Monthly Update - November 2025

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

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors