Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hi, here a question that I thought should be very simple. But after searching for a while on this forum and trying it myself I haven't found an answer yet. Maybe I'm overlooking a simple solution.
I have several extensive tables with data about students completing a multi-chapter course. The structure greatly simplified:
What I would like to achieve with Power BI:
Anyone any idea?
Solved! Go to Solution.
Start by unpivoting your data
after than you can do a count of the completed and divide i with the total
Start by unpivoting your data
after than you can do a count of the completed and divide i with the total
Thanks! Succeeded with a grouped column chart:
Do you have the option to unpivot your data in power query?
Never used unpivot in Power BI before, but I looked up some documentation about this option and see the point of transforming this table to a more usable form. I am going to work on this.
| User | Count |
|---|---|
| 56 | |
| 42 | |
| 28 | |
| 17 | |
| 16 |
| User | Count |
|---|---|
| 74 | |
| 63 | |
| 40 | |
| 23 | |
| 22 |