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

Vote for your favorite vizzies from the Power BI Dataviz World Championship submissions. Vote now!

Reply
Anonymous
Not applicable

Line and stacked column chart: Hide series in legend when all blank values.

I have a Line and stacked column chart with 1 column series and 4 line series.

When one of the line series measures returns all blanks, there is no line visible - good, that is what I want.

But I also want the line series to not appear in the legend when there is no line visible.

How can I achieve this?

 

2 REPLIES 2
v-yanjiang-msft
Community Support
Community Support

Hi @Anonymous ,

By my test, I'm afraid you can't do it directly. Here's the workaround.

1.Create a card visual, then create a measure like below, put the measure in it and turn off the category label.

 

Card = ""

 

vkalyjmsft_0-1655709375377.png

2.Create a color measure.

 

Color =
VAR _V =
    IF ( MAX ( 'Table'[Column5] ) = BLANK (), 1, 0 )
RETURN
    "RGBA(255, 255, 255, " & _V & ")"

 

3. Use the color measure in the card background color conditional formatting like this.

vkalyjmsft_1-1655709611212.png

 

vkalyjmsft_2-1655709628679.png

4.Put the card visual on top of the Column5.

vkalyjmsft_4-1655710323360.png

When there is blank of Column5, it display like this:

 

vkalyjmsft_3-1655710289630.png

When there're values in Column5, it will appear.

vkalyjmsft_5-1655710407427.png

I attach my sample below for reference.

 

Best Regards,
Community Support Team _ kalyj

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

Anonymous
Not applicable

@v-yanjiang-msft thanks for the suggestion. I already know how to use this "rectangle color background to show/hide visuals" method. It would work in the case there is one legend entry to hide, but in my case I have two legend entries to hide. Hiding them would leave the remaining visible legend entries misaligned with a gap in between. 

Helpful resources

Announcements
Power BI DataViz World Championships

Power BI Dataviz World Championships

Vote for your favorite vizzies from the Power BI World Championship submissions!

Sticker Challenge 2026 Carousel

Join our Community Sticker Challenge 2026

If you love stickers, then you will definitely want to check out our Community Sticker Challenge!

January Power BI Update Carousel

Power BI Monthly Update - January 2026

Check out the January 2026 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.