Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago
Solved

Line chart multiple lines without legend

Hello! How are you? I would like to thank all the contributors in this community as you have been very helpful while I am learning Power BI.  However I am trying to do something and I haven't found...
  • amitchandak's avatar
    5 years ago

    Anonymous , The best way is to have it as legend . You can hide legend box if needed.

     

    The other way would be a measure slicer way. But these you need have that many measures and each measure have to check its value in selected value. if not there return blank

     

    you need have measures like

     if(countx(filter(allselected(slicer),slicer[value] ="Monthly"),[value])+0>0, [monthly measure], blank())