Forum Discussion
Anonymous
8 years agoNot applicable
to split bars in clustered column chart
HI! I have one problem when I use clustered column chart ( I hve two measures ( sales>0 and sales<0) , and each of then depend on date and typeID. I need to connect splitting by date and by tapeI...
- 8 years ago
Hi terpilka,
To achieve your requirement, you should turn measure s< and s> into original columns, you can click query editor -> add column-> custom column to create two columns. Then click transform-> unpivot columns, the result is like below:
Regards,
Jimmy Tao
v-yuta-msft
Community Support
8 years agoHi terpilka,
To achieve your requirement, you should turn measure s< and s> into original columns, you can click query editor -> add column-> custom column to create two columns. Then click transform-> unpivot columns, the result is like below:
Regards,
Jimmy Tao
- Anonymous8 years agoNot applicable
Amazing!
Thank you a lot!BR,
terpilka