Hi All,
I have a table with all my sales data together, i’m trying to create a dashboard view of different charts from this data. I know that with charts you don’t have the choice of which data makes up the primary axis, in this instance I don’t want to include the date in the chart, which seems to be the column that automatically fills one of the axis. So I have made a slice of the table, with the date not included, however when I create a chart view of this slice, it still includes the date on one of the axis. I’ve checked the data of the slice and the date is not included so I’m confused how its getting the date information.
Thanks again