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

Level up your Power BI skills this month - build one visual each week and tell better stories with data! Get started

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
April Power BI Update Carousel

Power BI Monthly Update - April 2026

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

Fabric SQL PBI Data Days

Data Days 2026 coming soon!

Sign up to receive a private message when registration opens and key events begin.

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.