Forum Discussion

giorgi_lommidd's avatar
7 years ago
Solved

Display 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:  
  • mussaenda's avatar
    mussaenda
    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!

  • saykasku's avatar
    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. ;)