Forum Discussion

MrNoob's avatar
MrNoob
Helper II
5 years ago
Solved

Dynamic Bar and Line chart

I am looking to add a dynamic bar and line chart to a report.  It works now however, when bookings is selected it displays the sales discount line.  I am looking for if bookings are selected only display the bars.  If sales are selected show both Sales and the line 

 

Bare and Line

 

Thank you in advance for the help

 

Selected Meassure = 
SWITCH( 
    VALUES(zSlicer[Column1]),

    "Sales",'[Sales],

    "Bookings",[Bookings]
)

 

 

2 Replies