Forum Discussion
giorgi_lommidd
Helper I
7 years agoDisplay two values for each date on stacked column chart
Hi all, I need to dispaly two values for each date on stacked column chart, somthing like this:
- 7 years ago
If your table looks like this
I don't know why it didn't work on your side
Since I cannot reporduce your issue, I hope someone can help you.
Have a nice day!
- 7 years ago
U need to create 2 measures using this colums and use it in visual.
In your case it will be
Measure 1 = SUM(Column 1)Measure 2 = SUM(Column 2)
And U need to use "clustered column chart" not stacked. ;)
saykasku
Resolver I
7 years agoU need to create 2 measures using this colums and use it in visual.
In your case it will be
Measure 1 = SUM(Column 1)
Measure 2 = SUM(Column 2)
And U need to use "clustered column chart" not stacked. ;)