Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
So my data is like this:
| Part ID | date step A completed | date step B completed | date step C completed |
| 123 | 1/2/2020 | 1/7/2020 | 2/1/2020 |
| 456 | 1/2/2020 | 1/6/2020 | 2/1/2020 |
I'm having a really tough time figuring out how to format the data such that I get a graph that shows how how many parts completed step A on 1/2/2020, etc. Ideally, I'd like to do this on a per-process and per-day format so that we can see how many parts went through each step on a given day. Thanks for your help.
Solved! Go to Solution.
Hi @rvanderploeg,
I think the trick would be to unpivot the steps and go from there.
Have a look at this PBIX file.
https://drive.google.com/file/d/1-1MqqqH0zkWdlb0yVHwJ-MaDj2jsI5_I/view?usp=sharing
Regards,
Kim
| Have I solved your problem? Please click Accept as Solution so I don't keep coming back to this post, oh yeah, others may find it useful also ;). |
Hi @rvanderploeg,
I think the trick would be to unpivot the steps and go from there.
Have a look at this PBIX file.
https://drive.google.com/file/d/1-1MqqqH0zkWdlb0yVHwJ-MaDj2jsI5_I/view?usp=sharing
Regards,
Kim
| Have I solved your problem? Please click Accept as Solution so I don't keep coming back to this post, oh yeah, others may find it useful also ;). |
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 50 | |
| 46 | |
| 35 | |
| 15 | |
| 14 |
| User | Count |
|---|---|
| 88 | |
| 76 | |
| 41 | |
| 26 | |
| 26 |