Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago
Solved

Decomposition Tree

Hi, I was new in Power BI and first time using decomposition tree method.  I have a list of data  Incoming water  timestamp Main water Basement  admin washer bin 30/5/22 34 23 12 45...
  • lbendlin's avatar
    4 years ago

    Unpivot your data to bring it into a usable format. Then you can consider putting incoming and outgoing in the same table so you can use a Waterfall (haha, funny)  chart too.

     

    see attached for a sample.