Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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
User | Count |
---|---|
25 | |
12 | |
8 | |
7 | |
7 |
User | Count |
---|---|
25 | |
12 | |
11 | |
10 | |
6 |