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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Anonymous
Not applicable

RANKX for a filtered subset

HI guys

 

Help needed! It is a very simple task that i need to achieve but my formula does not work, for unknown reasons.

 

I have a number of locations and need to filter for the top 10 locations with the most injuries but only for locations with more than a certain amount of actual worked hours (e.g. 30'000).

 

My approach is to first filter the LOCATION Dim Table with FILTER() and then do the RANKX by Injury. 

Here's my Formula so far:

Rank = 

RANKX(
    FILTER(ALL(DM_VW_LOCATION);[Actual Worked Hours]>=30000);
    CALCULATE([Total Injuries Rate];ALLEXCEPT(DM_VW_LOCATION;DM_VW_LOCATION[SiteCode]));;DESC;Dense)

 

Unfortunately the Measure still ranks locations below the 30'000 worked hours and provides very strange results:

airfreighter_0-1597647610801.png

There's no filter on that Matrix visualization yet, but my goal is to filter for Rank<=10 so that it only shows the top 10.

Any help? 

4 REPLIES 4
Anonymous
Not applicable

Hi @amitchandak 
Thanks for the link. I've gone through it but still don't know where things are going south. The filtering for the subset of locations does not seem to work.

Anonymous
Not applicable

did you get the solution?

@Anonymous ,Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

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

April Fabric Community Update

Fabric Community Update - April 2024

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

Top Solution Authors