Forum Discussion
Unify columns in column chart
Hi everyone!
I have the following visual:
where 2015-2018 data is the same. I want to unify these columns by the way:
Is there anyway to do this? I'm plotting 2 differents measures from 2 differents tables united by the year.
Thanks for all!
Hi jherralo95 ,
Based on my test , I find that the when you set legend or use two measures in value field, we can't set the bar color conditional formatting. So I think your requirement can't be achieved currently. By the way, based on amitchandak 's suggestion , you will get result like below
Best Regards,
Zoe ZhiIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
2 Replies
- amitchandak
Super User
jherralo95 , Not very clear
You have to make one of the measure blank before 2018. Like
Measure 1 new = if(Max(year)<=2018,blank(),[Measure])
In this only measure 2 will there on or before 2018. The display will not be the same as expected. One measure will not show
- dax
Community Support
Hi jherralo95 ,
Based on my test , I find that the when you set legend or use two measures in value field, we can't set the bar color conditional formatting. So I think your requirement can't be achieved currently. By the way, based on amitchandak 's suggestion , you will get result like below
Best Regards,
Zoe ZhiIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.