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.
Hi Everyone
This Dax works fine for DESC order, but it not working when I used ASC order, Rank start with 2 .
most propably some names have blank values therefore are ranked "1". Try with VALUES instead of ALL.
If it didn't wokr try
FILTER ( VALUES ( Provider[Name] ), [Actual Value] <> BLANK () )
User | Count |
---|---|
27 | |
12 | |
8 | |
8 | |
5 |
User | Count |
---|---|
31 | |
15 | |
12 | |
11 | |
7 |