Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
I am creating a count based on the status if it is due: up to 30 days, after 30 days or after 60 days But there are customers who owe it in all 3 ways. How do I manage to overlap the other?
Example
Customer A should count only at >60 Days
Customer B should count only at >60 Days
Customer C should count only at >30 Days
Customers | <30 Days | >30 Days | >60 Days
Customers A | 1 | 0 | 1
Customers B | 1 | 1 | 1
Customers C | 1 | 1 | 0
User | Count |
---|---|
16 | |
15 | |
14 | |
12 | |
11 |
User | Count |
---|---|
19 | |
16 | |
14 | |
11 | |
9 |