Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreThe FabCon + SQLCon recap series starts April 14th at 8am Pacific. If you’re tracking where AI is going inside Fabric, this first session is a can't miss. Register now
Hi,
I have a table like below:
| Date | Status text | Status | User |
| 2021-01-02 | Deactive | 1 | A |
| 2021-01-24 | Active | 0 | A |
| 2021-02-04 | Active | 0 | B |
| 2021-03-10 | Deactive | 1 | B |
| 2021-03-12 | Active | 0 | C |
| 2021-03-15 | Deactive | 1 | C |
| 2021-04-19 | Active | 0 | C |
| 2021-05-10 | Deactive | 1 | D |
| 2021-05-11 | Active | 0 | D |
I am looking to create two separate column charts. One to see the trend of the number of users whose status changed from "active to Deactive" and the other "Deactive to active". For example, when it comes to "deactive to active" chart, the total number is 5 (Users A, B, C, C, and D) and for the "Active to deactive" chart, the number is 4 (Users A, B, C and D) like below: As you can see the latest date is important. Also, please note that the first date for the user is also considered as a change. For example, for user C, it first become active in March, then become deactive in March, and finally become active again in April.
Also, that would be ideal by clicking the graph I can see the instances in the table.
@AnonymousThank you!
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 9 | |
| 6 | |
| 3 | |
| 2 | |
| 2 |
| User | Count |
|---|---|
| 21 | |
| 14 | |
| 11 | |
| 6 | |
| 5 |