The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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().
User | Count |
---|---|
28 | |
11 | |
8 | |
6 | |
5 |
User | Count |
---|---|
35 | |
14 | |
12 | |
9 | |
7 |