Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago
Solved

conditional format line chart

Hi 

 

Just wondering how one would go about coloring line chart for example in my graph below we did worst this week compared to last week it should be red and when we do better it should be green. Most tutorial show use of legend but I want to colour one of the lines and the whole line not just parts of the line that don't meet the condition.

 

EXAMPLE:

Bad week

 

Good week

  • Hi Anonymous 

    you would want to create a measure for week category

    Example Good Week = IF(GoodWEEK, Green, Red)

     

    then use the measure in the conditional format of your Graph

     

3 Replies