Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Earn the coveted Fabric Analytics Engineer certification. 100% off your exam for a limited time only!

Reply
Anonymous
Not applicable

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 a solution on the community.

 

I have a line chart, X axis is period of time, Value is count of members. I have some segmentation slicers. Would it be possible that in the chart they appear as many lines selected?

For example in the image below I have selected 3 options. Can I have three lines?

PoerBI.png

I don't want to add it in the legend because then it will always be that slicer, right? I would like that the lines appear depending on the slicer selected.

 

Thank you!

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@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())

 

View solution in original post

2 REPLIES 2
v-luwang-msft
Community Support
Community Support

Hi @Anonymous ,

What you want is below, right?When choose different slicer,show different Line chart.

 

v-luwang-msft_0-1620786795444.png

v-luwang-msft_1-1620786815635.png

Your could read the following article,wish it could help you!

Dynamically Show/Hide Measures in Line Chart Visuals with Multiselect Slicer in Power BI

 

Best Regards

Lucien

amitchandak
Super User
Super User

@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())

 

Helpful resources

Announcements
April AMA free

Microsoft Fabric AMA Livestream

Join us Tuesday, April 09, 9:00 – 10:00 AM PST for a live, expert-led Q&A session on all things Microsoft Fabric!

March Fabric Community Update

Fabric Community Update - March 2024

Find out what's new and trending in the Fabric Community.