Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hi ,
how to filter on the top 5 of each level of a hierarchy ?
Thanks for your help.
Best regards.
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
Proud to be a Super User! | |
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
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])))))
For more details, please check the pbix as attached.
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
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the September 2025 Power BI update to learn about new features.