Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Score big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount

Reply
h4_dkj
Helper I
Helper I

Conditional formatting on another column

Hi

 

I am trying to conditional format my finance result each month compared to the budget

The table 
ComapanyFinance mont 1budget mont 1Finance month 2budget month 2Finance month3budget month 3
1- 5-4,5-4.14,5-6-5,2

 

I have created a KPI Color DAX:

KPI_1_1_Color = IF(SUM('BUDGET_COMMITMENTS (2)'[KPI_1_1_Virkelig]) > SUM('BUDGET_COMMITMENTS (2)'[KPI_1_1_Budsjett]), "#69b00b"
,"#f44242"
)
 
I then use this on my visual and choose conditional formatting. Setting background color to my measure.
Then apply it.
 
The table should look like this
ComapanyFinance mont 1budget mont 1Finance month 2budget month 2Finance month3budget month 3
1- 5-4,5-4.14,5-6-5,2
 
How ever the finance month 2 get the color green as wel. It should be red.
 
Any ideas on what I am doing wrong?
1 REPLY 1
V-lianl-msft
Community Support
Community Support

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.

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.