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

July 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more

Reply
aa8057
Regular Visitor

Waterfall chart- showing +/- difference.

Hi All,

 

I'm new to the world of DAX and Power BI and am really interested in creating a Waterfall chart to show the year on year difference between customer applications. I stumbled across a solution myself yesterday, and I managed to create a great looking waterfall exactly how I needed it. Unhelpfully, Power BI crashed and I lost the measure (autosave function anyone?!). I tried all night to replicate what I did but I just can't work it out now Smiley Sad. I'm certain there is something fundamental and easy that I am missing and I wonder if you helpful lot could help me out?

 

Scenario:

 

I want to count the number of 'customer application ID's' I have in a table for each year and display the+/- difference between each year in a waterfall chart. Each customer has a year of application stored against them.

 

I have been playing around with the following formula to no avail:

 

=CALCULATE(COUNT('Customer'[Customer Application Form ID)-CALCULATE(COUNT('Customer'[Customer Application Form ID), PREVIOUSYEAR ('Customer'[Application Year])))

 

I might have even created a date table yesterday but I honestly tried so many things I can't now remember how I managed it.

 

The formula above happily counts the total number of customer application ID's for each year and shows this total figure in the waterfall chart. What I'm actually after is the difference between years i.e whether the number was +/- the previous year's figure.

 

I'd really appreciate it if you could spare a few minutes to walk me through the process.

 

Thanks so much for any help you can offer!

 

Matt

0 REPLIES 0

Helpful resources

Announcements
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

60 days of Data Days Carousel

Data Days 2026

Join Fabric Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Top Solution Authors