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 everyone,
i have this visual i made for clarificiation :
i want a card that will dispaly JP because he is ranked number 1
i tried pitting car then closer and then the measure to filter but didnt work
best closing per count= calculate(count(closing rep),allexcept(table,[date],[closing rep]))
keep in mind i have date slicer to filter selected dates
Solved! Go to Solution.
Hello @eliasayyy ,
Please try:
Closer card =
VAR _t = ADDCOLUMNS(VALUED(table[closers]),"Rank",[your ranking measure])
RETURN
CALCULATE(MAX(table[closers]),FILTER(_t,[Rank] =1))
Hello @eliasayyy ,
Please try:
Closer card =
VAR _t = ADDCOLUMNS(VALUED(table[closers]),"Rank",[your ranking measure])
RETURN
CALCULATE(MAX(table[closers]),FILTER(_t,[Rank] =1))
@eliasayyy , Not very clear, But check if index function can help
Power BI Index function: Top/Bottom Performer by name and value- https://youtu.be/HPhzzCwe10U
User | Count |
---|---|
12 | |
11 | |
8 | |
6 | |
6 |
User | Count |
---|---|
24 | |
19 | |
14 | |
10 | |
7 |