Forum Discussion

MTrullàs's avatar
MTrullàs
Helper III
3 years ago
Solved

Water Fall like that

Hello,

 

My final objective it's got a graphic like that. The posibilities of the waterfall visual from PBI don't give me all the requests.

 

So, I try to do through excel to explain my proposal.

 

I have a dataset like that:

 

FgstnrSTATUS
vxzB
vjiB
fdfB
fsrB
ghfC
uiuC
iyrD
kjhD
yukD
oiuE

 

If the status A is the sum of the rest of the status, I can get that table:

 

VALORCATEGORIA
10A
4B
2C
3D
1E

 

So, finally I need a measure to get a table like that and the graphic.

 

I share the set of data, and the excel to describe the process.

 

https://drive.google.com/drive/folders/1uoBKZ0sXVEPV-Q0sQTflfLzfnIURP3xv?usp=share_link

 

Thank you very much for your time!

 

 

  • Hello MTrullàs

    Here is my proposal on how to solve your problem.

     

    Step 1. We create a new table with statuses to add an "A" and link it with the existing one.

     

    Step 2. We create 4 x 2 = 8 measures like these:

     

    Step 3. We put them in the right order and adjust the color scheme.

     

    Voila:

     

    Here is the PBIX with this solution - https://www.dropbox.com/s/apyam106gi5z0id/pbi-custom-waterfall.pbix?dl=0

     

    If it is vitally important that the color of the A column matches the color of the "active" segments in all other columns, the measures must be tweaked and become more complicated.

1 Reply

  • Hello MTrullàs

    Here is my proposal on how to solve your problem.

     

    Step 1. We create a new table with statuses to add an "A" and link it with the existing one.

     

    Step 2. We create 4 x 2 = 8 measures like these:

     

    Step 3. We put them in the right order and adjust the color scheme.

     

    Voila:

     

    Here is the PBIX with this solution - https://www.dropbox.com/s/apyam106gi5z0id/pbi-custom-waterfall.pbix?dl=0

     

    If it is vitally important that the color of the A column matches the color of the "active" segments in all other columns, the measures must be tweaked and become more complicated.