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! Learn more
Hi
I am scoring data quality of some product data. based on percentage differences between actual data and what the supplier has given me. in excel I would use the IFS function
| =IFS(D21<0.9,"F",D21<=1,"A",D21<=0.96,"B",D21<=0.93,"C") | 
How can I do this in DAX.
Thx in advance
Hi @Anonymous ,
As per my understanding, I have tried to answer your question.
Best Regards,
Shreya
Did I answer your question? Mark my post as a solution!
Appreciate with a Kudos!! (Click the Thumbs Up Button)
I managed to sort it using SWITCH(TRUE().
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
            | User | Count | 
|---|---|
| 8 | |
| 5 | |
| 5 | |
| 4 | |
| 3 | 
| User | Count | 
|---|---|
| 24 | |
| 11 | |
| 10 | |
| 9 | |
| 8 |