Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

Dynamic Line Chart with Total and many lines

Hi Experts   I am trying to create and dynamic line chart based on status, current i have measure that is the sum the Staus A and B and I plot these to give me multiple line and then I sum the ...
  • Anonymous's avatar
    Anonymous
    6 years ago

    Anonymous Please create two measure 

    Total = CALCULATE(SUM('Table (2)'[amount]),ALL('Table (2)'[status]))
    
    SelectedStatus = CALCULATE(SUM('Table (2)'[amount]),ALLSELECTED('Table (2)'[status]))

    First is for total and second is for selected status. let me know if have any question