Forum Discussion

ajitk15's avatar
ajitk15
Regular Visitor
2 years ago
Solved

Multiple Stacked Columns stacked with line chart

Based on data, could any one help me how to generate chart as provide?

 

Data:

DateIncoming-NewIncoming-AgeTransfer outRESOLVEDCurrent open
1-Jul51121
2-Jul30022
3-Jul40051
4-Jul31013
5-Jul20141
6-Jul00001
7-Jul10020
 StackedStackedLine

 

Chart

  • Anonymous's avatar
    Anonymous
    2 years ago

    Hi ajitk15 ,

     

    Thanks amitchandak  for the quick reply. Please allow me to offer other idea:

    (1) Click "Transform Data" to enter Power Query, select the [Date] column, right-click "Unpivot Other Columns", then copy the table, filter the [Attribute] column, and then click "Close and Apply".

    (2) Create a model relationship.

    (3) Create a measure.

    Current open = CALCULATE(SUM('Table'[Value]),FILTER('Table',[Attribute]="Current open"))

    (4) Then the result is as follows.

     

    Best Regards,

    Neeko Tang

    If this post  helps, then please consider Accept it as the solution  to help the other members find it more quickly. 

2 Replies