Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. 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
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
65 | |
63 | |
52 | |
37 | |
36 |
User | Count |
---|---|
82 | |
66 | |
61 | |
46 | |
45 |