Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
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
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 6 | |
| 5 | |
| 4 | |
| 4 | |
| 4 |
| User | Count |
|---|---|
| 25 | |
| 21 | |
| 10 | |
| 8 | |
| 8 |