The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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 |
---|---|
11 | |
9 | |
6 | |
6 | |
5 |
User | Count |
---|---|
22 | |
14 | |
14 | |
9 | |
7 |