We're giving away 30 tickets for FREE! Share your story, your vision, or your hustle and tell us why YOU deserve a ticket.
Apply nowWin a FREE 3 Day Ticket to FabCon Vienna. Apply now
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.
User | Count |
---|---|
62 | |
59 | |
46 | |
35 | |
31 |
User | Count |
---|---|
87 | |
71 | |
57 | |
51 | |
45 |