Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
8 years ago
Solved

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...
  • v-yuta-msft's avatar
    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