Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
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 |
---|---|
12 | |
11 | |
8 | |
6 | |
6 |
User | Count |
---|---|
25 | |
19 | |
14 | |
10 | |
7 |