Forum Discussion
Anonymous
2 years agoNot applicable
How to do conditional formatting for X columns automatically
Hi I need help to change the color of my Line and Stacked Chart
Basically, i want the FY2024 to be another color than FY2023. I do not want to do it manually as I would then have to do it for the next 12 months manually for my users.
Please help! Thanks in advance!
Thanks,
Ricky
Anonymous
here is a workaround for you.
create measure
Measure = year(max('Table'[date]))then go to the color settingthen set up the conditional formatting
7 Replies
- ryan_mayuSuper User
Anonymous
here is a workaround for you.
create measure
Measure = year(max('Table'[date]))then go to the color settingthen set up the conditional formatting- AnonymousNot applicable
Hi ryan_mayu Thanks! But what if my Year is Fiscal Year? Now it is showing for 2024 but not for Fiscal Year.... Please help me
- ryan_mayuSuper User
You can do the similar way. Is the month and year from date table? Are they fiscal year and month?
Maybe just add the fiscal yar to the conditional format setting and set to 2024.
if still not work, pls provide some sample data.