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

Shape the future of the Fabric Community! Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions. Take survey.

Reply
Anonymous
Not applicable

Conditional Format Based on Two Columns

Hi Everyone,

 

I have a dataset similar to the below.

 

DateJob ID% AchievedCalculated % Achieved
01/01/202211010
02/01/202222020
03/01/202233030
04/01/202244040
05/01/202255020

 

Using the above data in a table visual, I want to be able to highlight a cell when the '% Achieved' is different from the 'Calculated % Achieved'. 

 

For example, the above dataset would highlight 'Job ID' '5' on the '% Achieved' column as it has different values for '% Achieved' and 'Calculated % Achieved'.

 

Any ideas on how this can be achieved?

1 ACCEPTED SOLUTION

Hello,

I am not sure if it will work for you, but it worked for my scenario.  

Please create a new measure and label it.

anonymous123141_1-1666887455763.png

 

Test=VAR chk(Sum(Table ID[JobID%]

Var chk2(Sum(TableID[AchievedCalculater%]

Return IF(Chk=Chk2,"#aaaaa","#bbbbb")

 

After you enter the measure, go to the conditional formatting for the row you want, select field value, values only, and the measure you created.  Select ok, and your table should refresh.  Please let me know if it helps.

anonymous123141_0-1666887329914.png

 

View solution in original post

3 REPLIES 3
v-shex-msft
Community Support
Community Support

HI @Anonymous,

I'd like to suggest you create a measure formula to check and compare values to return color code, then you can use it in conditional formatting:

Apply conditional table formatting in Power BI - Power BI | Microsoft Docs

If you are confused about the coding formula, please share some dummy data and the measure formulas that you mention in the above sample:

Regards,

Xiaoxin Sheng

Community Support Team _ Xiaoxin
If this post helps, please consider accept as solution to help other members find it more quickly.
Anonymous
Not applicable

Thanks for your response.

 

I am confused on how to create a measure reffering to two columns in order to conditional format different values in the same row.

 

Sample dataset:

 

DateJob ID% AchievedCalculated % Achieved
01/01/202211010
02/01/202222020
03/01/202233030
04/01/202244040
05/01/202255020

 

Bold text shown above will need to be highlighted as it shows two different values in the same row.

 

Hope this helps.

Hello,

I am not sure if it will work for you, but it worked for my scenario.  

Please create a new measure and label it.

anonymous123141_1-1666887455763.png

 

Test=VAR chk(Sum(Table ID[JobID%]

Var chk2(Sum(TableID[AchievedCalculater%]

Return IF(Chk=Chk2,"#aaaaa","#bbbbb")

 

After you enter the measure, go to the conditional formatting for the row you want, select field value, values only, and the measure you created.  Select ok, and your table should refresh.  Please let me know if it helps.

anonymous123141_0-1666887329914.png

 

Helpful resources

Announcements
November Carousel

Fabric Community Update - November 2024

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

Dec Fabric Community Survey

We want your feedback!

Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.