This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
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 ;). |
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 30 | |
| 24 | |
| 23 | |
| 17 | |
| 17 |
| User | Count |
|---|---|
| 61 | |
| 35 | |
| 30 | |
| 23 | |
| 22 |