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 September 15. Request your voucher.
How to use Switch function for 20 to 40 Percentage and 40 to 100 percentage in same function.
SWITCH( TRUE(),
[PercentageMeasure] > 0.4 && [PercentageMeasure] <= 1, "Something here",
[PercentageMeasure] > 0.2 && [PercentageMeasure] <= 0.4, "Something else"
)
User | Count |
---|---|
15 | |
12 | |
8 | |
7 | |
7 |
User | Count |
---|---|
24 | |
21 | |
12 | |
10 | |
7 |