Forum Discussion

Alexandra_B's avatar
Alexandra_B
Helper III
2 years ago
Solved

Line and stacked area graph

Help, please!

I have the following columns in a table: Date, Electricity bill (let`s call it A), Adjusted electricity bill (let`s call it B), and Savings (B-A, let`s call it C).

 

 

How could I create a graph that displays lines as above for A and B, and have the bit in between (C) stacked) or highlighed, like below:

 

 


Date is in date format, the other three (A, B, C) are Decimal values.

 

Thank you.

 

4 Replies

  • Hello. 
    Sorry, I`ve seen the replies too late, I managed to do it with the Error Bars.

     

     

     

    Thank you everyone for your help!

     

  • Anonymous's avatar
    Anonymous
    Not applicable

    Hi Alexandra_B ,

     

    Power bi doesn't seem to have a related supported feature, but can give you a kind of workaround where you can calculate the difference to present it on a chart.

     

    Measure = SUM('Table'[Item1])-SUM('Table'[Item2])

     

    Hope it helps!

     

    Best regards,
    Community Support Team_ Scott Chang

     

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