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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

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
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors