I have a small dashboard that displays total order dollars by week. This is generated from a SSAS cube on SQL Server. I have a couple slicers that control what is being displayed (order type and product type). The chart type is from a template.
This is a stacked bar chart.
I do not want the values of each bar to appear on the chart. When I first open the sheet the values are not there. When I start selecting the different slicers the chart starts displaying values of each bar.
How can I stop this from happening?
Thanks