Forum Discussion

ashokpershad's avatar
ashokpershad
Advocate II
9 years ago
Solved

Line chart - actual Values adds up

I have yearly data Date wise. Every date have more then one values. I am trying to put this data in line chart but while entering the data the Line chart is adding the values from each dates and show...
  • MattAllington's avatar
    MattAllington
    9 years ago

    Is there some indicator to uniquely indicate the 3 values?  I'm not sure this will be easy in Power BI. In Excel you could nest the date and the indicator on the x axis. In Power BI you may need to do the following

    1.  Concatonate the date and indicator in a calc colum

    2.  Create a sort order column for this calc column so it sorts as you want

    3 place the calc column on the x axis. 

     

    That is my my best guess