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 nowTry your skills in the Power BI Dataviz World Championship! Round one ends June 26. Join now
Hi
I am trying to conditional format my finance result each month compared to the budget
| Comapany | Finance mont 1 | budget mont 1 | Finance month 2 | budget month 2 | Finance month3 | budget month 3 |
| 1 | - 5 | -4,5 | -4.1 | 4,5 | -6 | -5,2 |
I have created a KPI Color DAX:
| Comapany | Finance mont 1 | budget mont 1 | Finance month 2 | budget month 2 | Finance month3 | budget month 3 |
| 1 | - 5 | -4,5 | -4.1 | 4,5 | -6 | -5,2 |
Hi @h4_dkj ,
DAX measure is based on the current row context, it is recommended that you check that your model meets the requirements for using this measure.
https://community.powerbi.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447523
Best Regards,
Liang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.