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! Learn more

Reply
sanjanarama
Resolver I
Resolver I

help in waterfall model

sanjanarama_0-1656659437758.png


I want the result in above water fall , each of the catergory is a seperate measure. how can i achive it. I tried google but i was not able to get to this result, anyone can help me?

3 REPLIES 3
SolomonovAnton
Super User
Super User

hello 

 

you should create table with names for axis X (invoice price, RPU, net price etc)

after it create measure like:

SWITCH(SELECTEDVALUE('new table'[name axis x]),
	"invoice price",[invoice price],
	"RPU",[RPU],
	"net price",[net price],
	etc)

 

or use Calculation groups 

@SolomonovAnton 
I tried above method and im getting as below output

sanjanarama_1-1657439991832.png


data is here :

QuartercustomerfamilydescriptionInvoice priceRPUNetPriceCostMargin
2021Q4New InfoFamily one1234160.00-4.33333155.66678150.6667
2021Q4New InfoFamily one1234164.00-1015410134
2022Q1New InfoFamily one1234160.00-915135111
2022Q1New InfoFamily one1234164.00-58.0467105.953342100.9533
2022Q2New InfoFamily one1234160.00-8.62993151.370118151.3701
2022Q2New InfoFamily one1234164.00-5.97458158.025414100.0254


My Sort order table:

sanjanarama_2-1657440043805.png


My measure for values in waterfall chart:

Bridge = SWITCH(SELECTEDVALUE(SequenceTable[Sort]),
    1,[InvoicePrice],
    2,[RPUa],
    3,[NetPriceA]
)




My model output:

sanjanarama_0-1657439928133.png

 

Hi @sanjanarama 

I just want to confirm if you resolved this issue? If yes, you can accept the answer helpful as the solution or share you method and accept it as solution, thanks for your contribution to improve Power BI.

If you need more help, please let me know.

 

Best Regards,

Community Support Team _Tang

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

Helpful resources

Announcements
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!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

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