The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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?
Solved! Go to Solution.
Hi, @Anonymous
Based on my research, I created data to reproduce your scenario.
Then you may create a measure as follows.
CountNum = COUNT('Table'[ID])
Result:
Best Regards
Allan
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
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
Hi, @Anonymous
Based on my research, I created data to reproduce your scenario.
Then you may create a measure as follows.
CountNum = COUNT('Table'[ID])
Result:
Best Regards
Allan
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.