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
Cobra77
Post Patron
Post Patron

how to filter on the top 5 of each level of a hierarchy

Hi ,

 

how to filter on the top 5 of each level of a hierarchy ?

Thanks for your help.

 

Best regards.level_top.jpg

4 REPLIES 4
rajendraongole1
Post Prodigy
Post Prodigy

Here is a blog describing Ranking with Hierarchy Drill-Down for your reference.

 

 

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

 

Hi @rajendraongole1 , thanks for the link

I'm trying, but as soon as I add level 3, and put the rank to filter the first 5, the isfiltered tests on the levels are true for the 2 levels

 

level_top.jpg

 

 

 

 

 

Hi @Cobra77 ,

 

We can use ISINSCOPE to work on it instead of isfiltered.

Measure = IF(CALCULATE(SUM('Table'[value]))<>BLANK(),IF(ISINSCOPE('Table'[date].[Day]),RANKX(ALL('Table'[date].[Day]),CALCULATE(SUM('Table'[value])))))

Capture.PNG

For more details, please check the pbix as attached.

 

Community Support Team _ Frank
If this post helps, then please consider Accept it as the solution to help the others find it more quickly.

hi @v-frfei-msft , @rajendraongole1 

 

my pbix report is based on a live connection to an SSAS tabular 2016.

I don t have the function ISINSCOPE 😞

 

neither in visual studio nor in the pbix on the cube

 

isinscope.jpg

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.