Forum Discussion

Niki's avatar
Niki
Helper III
5 years ago
Solved

Multiple values in line chart with legend

Hi,   I run into the problem of not being able to put multiple values in a line chart and also have a legend. It seems to be it's either a legend or multple values. I think it is really logic to wa...
  • AllisonKennedy's avatar
    5 years ago
    This is a lot of info to put on one single graph. I think you could do it by creating a custom column to use in legend - the column would need to be in a format such as: CategoryA - Norm, CategoryA - Score, CategoryB - Norm, CategoryB - Score, etc
    Then you put the measure in values and the new column as your legend. Your measure would need updating with a switch to check if the type is Norm or Score and then use the correct calculation.