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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
jcawley
Helper III
Helper III

Two tables, two ALL() Filters on measure?

Good afternoon everyone,

 

Having trouble with a Measure.

 

The goal of this measure is to rank sales by employee. I had it working till I tried to apply a second slicer to my visuals (first slicer is employee).  The second slicer is just location. If I select a particular clinic with this slicer, the rankings apply to only that clinic. Which is something I don't want, as I only want other visuals to be affected by this choice.


Here is the formula that was working:

RANKX(filter(ALL('Staff Manual'),'Staff Manual'[Status]="Active" && 'Staff Manual'[Team]="Clinician"),[Future Appt Rate])

What isn't working after I tried to add in a (ALL('Locations'):
Future Appt Rate = RANKX(ALL('Locations'),CALCULATE([Future Appt Rate],Filter(ALL('Staff Manual'),'Staff Manual'[Status]="Active" && 'Staff Manual'[Team]="Clinician")
 
Any help would be appreciated! 
1 ACCEPTED SOLUTION
bcdobbs
Community Champion
Community Champion

Have you tried editing the visual interactions so that the slicer doesn't interact your table/matrix?



Ben Dobbs

LinkedIn | Twitter | Blog

Did I answer your question? Mark my post as a solution! This will help others on the forum!
Appreciate your Kudos!!

View solution in original post

3 REPLIES 3
jcawley
Helper III
Helper III

Thank you! Really apprecaite it.

bcdobbs
Community Champion
Community Champion

Have you tried editing the visual interactions so that the slicer doesn't interact your table/matrix?



Ben Dobbs

LinkedIn | Twitter | Blog

Did I answer your question? Mark my post as a solution! This will help others on the forum!
Appreciate your Kudos!!
bcdobbs
Community Champion
Community Champion

https://docs.microsoft.com/en-us/power-bi/create-reports/service-reports-visual-interactions



Ben Dobbs

LinkedIn | Twitter | Blog

Did I answer your question? Mark my post as a solution! This will help others on the forum!
Appreciate your Kudos!!

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

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

July PBI25 Carousel

Power BI Monthly Update - July 2025

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