Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Team ,
Please find attached bar chart I wanted to create a bar chart with highlight Blue as current year color like Q1 & all quarters of Q1 for last years should be highlighted faint blue & rest gray.
Please see attached image
how to create a chart like this ?
Hi,
Here is solution.
Regards,
Kaushik Solanki
Hi,
Use Color by expression and try If statement to color code your dimension.
For Example.
If(Quatername = Current Qtrname, Blue(),
If(Quaternumber = current Quarternumber,LightBlue(),Gray()))
Regards,
Kaushik Solanki
Thanks Kaushik for your reply can please explain how to create a quarter no I have attached sample application as well.
Vikas
Hi,
Here is solution.
Regards,
Kaushik Solanki
Thanks
Worked for me
Vikas