Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowJuly 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more
Hi
Formula:
Orange (Measure) = Divide(Sum(Numerator), Sum(Denominator),0)
Green (Measure) = IF([Orange (Measure)] >= 1,10,
IF([Orange (Measure)] >= .975,5,
Please see my question embeded in the image above.
Solved! Go to Solution.
Hi @ovetteabejuela ,
Please try the following formula:
Green (Measure) =
var t = IF([Orange (Measure)] >= 1, 10,
IF([Orange (Measure)] >= .975, 5,
IF([Orange (Measure)] >= .95, 1, 0 ) ) )
return IF( ISFILTERED('Table'[Date]), t, SUMX('Table', t) )
If the problem is still not resolved, please provide detailed error information or the expected result you expect. Let me know immediately, looking forward to your reply.
Best Regards,
Winniz
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @ovetteabejuela ,
Please try the following formula:
Green (Measure) =
var t = IF([Orange (Measure)] >= 1, 10,
IF([Orange (Measure)] >= .975, 5,
IF([Orange (Measure)] >= .95, 1, 0 ) ) )
return IF( ISFILTERED('Table'[Date]), t, SUMX('Table', t) )
If the problem is still not resolved, please provide detailed error information or the expected result you expect. Let me know immediately, looking forward to your reply.
Best Regards,
Winniz
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.
Join Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.
| User | Count |
|---|---|
| 28 | |
| 27 | |
| 25 | |
| 23 | |
| 17 |
| User | Count |
|---|---|
| 54 | |
| 46 | |
| 38 | |
| 30 | |
| 21 |