Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
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
Check out the September 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
113 | |
94 | |
88 | |
32 | |
28 |
User | Count |
---|---|
153 | |
101 | |
82 | |
63 | |
52 |