Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
I'm trying to create a Waterfall visual that shows
My source data is an Excel spreadsheet showing the names of employees who have been HIRED, RE-HIRED, TERMINATED, OR RETIRED over that past 12 months.
Is there a simple way to tell Power BI to treat the HIRES AND RE-HIRES as Increases, and the TERMINATIONS AND RETIREMENTS as Decreases?
I've searched in the Power BI Community for solutions on this topic. Thanks in advance for any assistance you can lend.
Solved! Go to Solution.
Thank you for responding.
I found another way that works as well:
You could add a measure to sum the amounts with the correct sign.
Headcount Change = SUMX( 'Headcount Changes' , IF ( 'Headcount Changes'[Type] IN {"Hire", "Re-Hire"},1,-1))
Thank you for responding.
I found another way that works as well:
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the September 2025 Power BI update to learn about new features.