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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
Anonymous
Not applicable

Stacked Chart in a Waterfall

Is it possible to do a stacked chart within a waterfall?

 

For instance, I currently have a waterfall separated into 3 buckets (the number of devices detected in less than 30 days, the number of devices detected within 30-90 Days and the number of devices detected more than 90 days ago). I want to add a third dimension to see the type of devices each of these buckets contain (i.e. I want to see if the device is a mobile or laptop within the less than 30 day bucket). Is this possible?

 

 

1 ACCEPTED SOLUTION
v-alq-msft
Community Support
Community Support

Hi, @Anonymous 

 

Based on my research, I created data to reproduce your scenario.

d1.PNG

 

Then you may create a measure as follows.

CountNum = COUNT('Table'[ID])

 

Result:

d3.png

 

Best Regards

Allan

 

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

View solution in original post

2 REPLIES 2
v-alq-msft
Community Support
Community Support

Hi, @Anonymous 

 

If you take the answer of someone, please mark it as the solution to help the other members who have same problems find it more quickly. If not, let me know and I'll try to help you further. Thanks.

 

Best Regards

Allan

v-alq-msft
Community Support
Community Support

Hi, @Anonymous 

 

Based on my research, I created data to reproduce your scenario.

d1.PNG

 

Then you may create a measure as follows.

CountNum = COUNT('Table'[ID])

 

Result:

d3.png

 

Best Regards

Allan

 

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

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.