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....
  • aj1973's avatar
    5 years ago

    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