Skip to main content
Announcements
The way to achieve your own success is the willingness to help somebody else. Go for it!
cancel
Showing results for 
Search instead for 
Did you mean: 
Aspiring_Developer
Creator III
Creator III

Enter Conditional Colours in Bar Chart

Hello All,

I have below data visual with buttons :-

Aspiring_Developer_0-1674199583389.png

 

Dimension- Month Year

Measure 1-if($(vOrpack)=1,
Count({$<DateType={'Closed'},LOB={'Openreach'}>}ISSUE_NO),
Count({$<DateType={'Closed'},LOB={'Openreach CIU'}>}ISSUE_NO))

Measure 2- 

if($(vOrpack)=2,

Count({$<DateType={'Received'},LOB={'Openreach CIU'}>}ISSUE_NO),

Count({$<DateType={'Received'},LOB={'Openreach'}>}ISSUE_NO) )

Now , I need to add colours in the two bars , so , it should be Blue for closed and Green for received .

I tried to add conditional in the colour section under appearance tab but it did not worked.

Can anyone please help me on this one ?

Thanks in advance

Labels (1)
1 Solution

Accepted Solutions
KGalloway
Creator
Creator

Have you considered using a combo chart where the two measures are bars? The combo chart will allow you set a color for each measure specifically by going into the "More Properties" submenu:

KGalloway_1-1674247529773.png

 

 

KGalloway_0-1674247507597.png

 

View solution in original post

1 Reply
KGalloway
Creator
Creator

Have you considered using a combo chart where the two measures are bars? The combo chart will allow you set a color for each measure specifically by going into the "More Properties" submenu:

KGalloway_1-1674247529773.png

 

 

KGalloway_0-1674247507597.png