Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Pfoerster
Helper III
Helper III

Waterfall with Subtotal

Hello,

again, I am struggeling at a very specific problem, and perhaps, you have a solution: 

I would like to create a Waterfall Visual, where I explain the current evolution of turnover, started with budget to last updated forecast and ending at current value:

When I am doing so, I can not get the Last Updated Forecast as a subtotal but also as value, which is added to the waterfall:

Waterfall.JPG

 

This is the way, how I am getting to that picture:

Waterfall Value = SWITCH(SELECTEDVALUE(Waterfall[Index]),1,+[NTBudGraph],2,+[EffectVolumeLUFvsBUD],3,+[EffectPriceLUFvsBUD],4,+[EffectMixLUFvsBUD],5,[NTPlanGraph],6,+[EffectVolumeACTvsLUF],7,+[EffectPriceACTvsLUF],8,+[EffectMixACTvsLUF],Blank())
 
My Category in the Waterfall is the "Name" (to get the "Budget Turnover", "Volume Effect"...) and as Value, I used the formular.
 
Do you have any suggestion, how to get the LUF Turnover as subtotal in between?  
1 REPLY 1
MFelix
Super User
Super User

Hi @Pfoerster ,

 

To do this secondary baseline value you need to have a breakdown category to have that additional level.

 

You can also search on the Custom visuals, or if this does not work you can also try and make your own  chart with a stacked column chart.

 

I had some success in doing this using a category table and some measure for the positives, negatives, total values.

 

Just trowing options not really abble to replicate your needs without a sample data.


Regards

Miguel Félix


Did I answer your question? Mark my post as a solution!

Proud to be a Super User!

Check out my blog: Power BI em Português



Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.

Top Solution Authors