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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
Ravenna
New Member

Issue with Dynamic Formatting in Waterfall Chart Total

 

Hi,

I'm facing an issue with a Waterfall Chart in Power BI. I'm using dynamic formatting in a measure, like this:

VAR variation = [ACT vs BP total] 
VAR growth = [% GROWTH ACT x PY]
RETURN "#,0" & " | " &
"""" & FORMAT(growth, "0.0%") & """"

However, in the Total of the chart, the growth value is incorrect—it repeats the first value instead of showing the correct total.

I also tried formatting both values (variation and growth), but then both show incorrect values in the Total.

Interestingly, when I use the same measure in a Matrix visual, the Total displays correctly.

Does anyone know how I can fix this issue in the Waterfall Chart?

Thanks in advance!

 

Ravenna Santos.

2 REPLIES 2
Anonymous
Not applicable

Hi @Ravenna 

Can you provide detailed sample pbix file and the results you expect.So that I can help you better. Please remove any sensitive data in advance.

 

 

 

 

 

Best Regards,

Jayleny

 

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

Hi @Anonymous 

I tried to upload a sample PBIX file here, but it says, "The file type (.pbix) is not supported."

Therefore, I am including a screenshot and the formulas instead.

Ravenna_0-1732190594344.png

Category, Value and Year are columns. 

PY YTD = CALCULATE(SUM(Tabela[Value]), Tabela[Year] = YEAR(TODAY())-1)
Value YTD = CALCULATE(SUM(Tabela[Value]), Tabela[Year] = YEAR(TODAY()))
 
Waterfall label:
Mesure:
Waterfall label = [Value YTD]
Formatting:
VAR valuee = [Value YTD]
VAR growth = [Growth]
RETURN "#,0" & " | " &
"""" & FORMAT(growth, "0.0%") & """"

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

Check out the November 2025 Power BI update to learn about new features.

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors