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.
Hello I am not able to add category to my waterfall chart's coulmns. also is I do not want to show the total column but I want to show the begining and ending value her is the data sample
| position | headcount |
2023 total | 50 |
termenate | 5 |
| hired | 10 |
| transferred In | 30 |
| 2024 total | 85 |
the category as an example that I want to add to the beggining and ending values as follow:
| # | Category |
| 1 | manager |
| 2 | specialest |
| 3 | Assist |
There is a custom visual you can use to create a stacked waterfall chart.
You can also create your ow using a column graph and some DAX.
Proud to be a Super User!
Thank you that was helpful. However, It did not serve the purpose of my quwstion.