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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
Anonymous
Not applicable

Cannot use two filters dependent on each other

I have created a table with four columns Referee, RefereeCardRate, Number of Matches for referee and TotalCard. 

I want to apply two filters: 

  • Referee with more than 50 matches
  • And after applying the first filter, display top 10 referee.

The number of matches for top 10 referee according to the RefereeCardRate is 0. Hence when I apply the filter on number of matches > 50 and then select top 10 referee with referee card rate it displays zero.

What I want is when i filter number of matches >50, whatever I see on the visual I want to select top 10. 

I have tried different thinks like changing measures to columns, using measures as filter, slicing. But they all give the same result.

I have attached a photo about how my data looks, and the measure columns I am using. 

If anyone can help, that will be much appreciated.

 

two filter question.PNG

 

1 ACCEPTED SOLUTION

Hi,

Download my PBI file from here.

Hope this helps.

Untitled.png


Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/

View solution in original post

5 REPLIES 5
Ashish_Mathur
Super User
Super User

Hi,

Share the link from where i can download your PBI file.  If possible, please show the result very clearly.


Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/
Anonymous
Not applicable

Hi,

Download my PBI file from here.

Hope this helps.

Untitled.png


Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/
Anonymous
Not applicable

Thanks Ashish, good think to learn this measure. 

Rank = if([Number of Matches for referee]<50,BLANK(),RANKX(FILTER(ALL(Datasets[Referee]),[Number of Matches for referee]>50),[RefereeCardRate]))

You are welcome.


Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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

Top Solution Authors