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.
Hello,
Can you help me with my measure.
I want to filter with a slicer TOP 5, my indicator, here is my 3 measure:
- Pipe =
- RankX = RANKX(ALL(table1[Name]),[Pipe],,DESC)
I But i don't understand my problem, pls!
Solved! Go to Solution.
@majid_75 , your last formula does not seem fine, are you trying to filter rank or range
Try like
Indicator = CALCULATE(sumx(values(Table[Name]),[Pipe]),FILTER(VALUES(ta_fact_saleslead[Owner_Name]),[Rank]<=5))
Or use TOPN - https://www.youtube.com/watch?v=QIVEFp-QiOk
@majid_75 , your last formula does not seem fine, are you trying to filter rank or range
Try like
Indicator = CALCULATE(sumx(values(Table[Name]),[Pipe]),FILTER(VALUES(ta_fact_saleslead[Owner_Name]),[Rank]<=5))
Or use TOPN - https://www.youtube.com/watch?v=QIVEFp-QiOk
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.
User | Count |
---|---|
14 | |
13 | |
11 | |
10 | |
10 |