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

We've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now

Reply
Niraj_vora0106
Helper III
Helper III

Conditional Formatting

Hi community,

 

I've a doubt regarding Conditional Formatting.

 

Suppose I've a column Year, in that I've two values FY20 and FY21.

Is it possible to give conditional formatting like Background colors or Icon only to FY20?

 

Because as much as I know Conditional formatting works for whole particular column rather than single values inside it.

 

Please help!

1 ACCEPTED SOLUTION
v-zhangti
Community Support
Community Support

Hi, @Niraj_vora0106 

 

You can try the following methods.

Color = IF(SELECTEDVALUE('Table'[Year])="FY20","Green",BLANK())

vzhangti_0-1654767843696.pngvzhangti_1-1654767854039.png

Does this meet your desired outcome?

vzhangti_2-1654767892064.png

 

Best Regards,

Community Support Team _Charlotte

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

View solution in original post

2 REPLIES 2
v-zhangti
Community Support
Community Support

Hi, @Niraj_vora0106 

 

You can try the following methods.

Color = IF(SELECTEDVALUE('Table'[Year])="FY20","Green",BLANK())

vzhangti_0-1654767843696.pngvzhangti_1-1654767854039.png

Does this meet your desired outcome?

vzhangti_2-1654767892064.png

 

Best Regards,

Community Support Team _Charlotte

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

Anonymous
Not applicable

You can set a rule like:

 

If Year = FY20 then *select the icon*

 

You don't need a rule for the FY21

Helpful resources

Announcements
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.