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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
tarunor
New Member

Conditional formatting on Columns based on entered value

tarunor_0-1692614709375.png

Hi team, 

I want to add a value entering field at the top, so if we enter any value there, difference column above the entered value gets highlighted.

 

Is there any way I could do that?

 

Thanks in advance

1 ACCEPTED SOLUTION
Ritaf1983
Super User
Super User

Hi @tarunor 
You can use the parameters feature for this.
1. Modify parameter according to your needs

Ritaf1983_0-1692616519840.png

 

2. create flag measure for highlighting :

condition = if([sum]=Parameter[Parameter Value],1,0)
3. use this measure as a condition on conditional formatting:
Ritaf1983_1-1692616630672.png

 

Link to the sample file 

If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly

Regards,
Rita Fainshtein | Microsoft MVP
https://www.linkedin.com/in/rita-fainshtein/
Blog : https://www.madeiradata.com/profile/ritaf/profile

View solution in original post

1 REPLY 1
Ritaf1983
Super User
Super User

Hi @tarunor 
You can use the parameters feature for this.
1. Modify parameter according to your needs

Ritaf1983_0-1692616519840.png

 

2. create flag measure for highlighting :

condition = if([sum]=Parameter[Parameter Value],1,0)
3. use this measure as a condition on conditional formatting:
Ritaf1983_1-1692616630672.png

 

Link to the sample file 

If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly

Regards,
Rita Fainshtein | Microsoft MVP
https://www.linkedin.com/in/rita-fainshtein/
Blog : https://www.madeiradata.com/profile/ritaf/profile

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

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

July PBI25 Carousel

Power BI Monthly Update - July 2025

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