The ultimate Microsoft Fabric, Power BI, Azure AI, and SQL learning event: Join us in Stockholm, September 24-27, 2024.
Save €200 with code MSCUST on top of early bird pricing!
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
Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.
Check out the August 2024 Power BI update to learn about new features.
User | Count |
---|---|
111 | |
80 | |
71 | |
52 | |
50 |
User | Count |
---|---|
129 | |
123 | |
78 | |
64 | |
60 |