Forum Discussion

Iaguas's avatar
Iaguas
Frequent Visitor
1 year ago
Solved

Multiple lines in line graph based on two multiselect slicers

Hello everyone, I need to make a dynamic line chart with multiple lines based on two or more multi-select slicers. I know I can do it with one multi-select slicer by adding my data in the legend and...
  • Anonymous's avatar
    Anonymous
    1 year ago

    Thanks for the reply from lbendlin.

     

    Hi Iaguas ,

     

    Please try the following steps:

     

    1.Create a new column.

     

     

    Segment&State = 'Table'[Segment]&"&"&'Table'[State]

     

     

     

    2.Create a line chart and use the column created as legend.

     

    3.Result:

     

     

    Best Regards,
    Zhu

     

    If there is any post helps, then please consider Accept it as the solution  to help the other members find it more quickly.