Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
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!
Solved! Go to Solution.
Hi, @Niraj_vora0106
You can try the following methods.
Color = IF(SELECTEDVALUE('Table'[Year])="FY20","Green",BLANK())
Does this meet your desired outcome?
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.
Hi, @Niraj_vora0106
You can try the following methods.
Color = IF(SELECTEDVALUE('Table'[Year])="FY20","Green",BLANK())
Does this meet your desired outcome?
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.
You can set a rule like:
If Year = FY20 then *select the icon*
You don't need a rule for the FY21
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 50 | |
| 49 | |
| 35 | |
| 15 | |
| 14 |
| User | Count |
|---|---|
| 92 | |
| 75 | |
| 41 | |
| 26 | |
| 25 |