Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by watching the DP-600 session on-demand now through April 28th.
Learn moreJoin the FabCon + SQLCon recap series. Up next: Power BI, Real-Time Intelligence, IQ and AI, and Data Factory take center stage. All sessions are available on-demand after the live show. Register now
Hi There,
I have a table that I need to transform into a proper table. I'm developing a timesheet table based on MS Forms output. User can input up to 5 projects. Each project is housed in 1 column, the same with the hours columns. So I ended up with 3 Project columns and 3 Hours column
My Final table should only have 1 Column for Project and Hours, each. Illustration below for reference:
Once table is done, it'll be linked to PowerBI report.
Thanks in advance for the help.
Solved! Go to Solution.
It's OK. I manage to solve it, but in a round about way:
1. Merge Column Project & Hour with delimiter, resulting in 3 new columns
2. Unpivot, then you'll only have 1 value of Attribute, which is the Column from #1
3. Split the Value column with delimiter
With this I have the columns that I want. 🙂
yeah, right. Do the project columns have random names or are the always called Project1-5?
It's OK. I manage to solve it, but in a round about way:
1. Merge Column Project & Hour with delimiter, resulting in 3 new columns
2. Unpivot, then you'll only have 1 value of Attribute, which is the Column from #1
3. Split the Value column with delimiter
With this I have the columns that I want. 🙂
perfect, have a nice day!
Hi,
I try to unpivot, but it gaves a half solution. How should I transpose the attribute & value, but only to 2 columns while retaining to the Name & Date column?
Check out the April 2026 Power BI update to learn about new features.
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.
| User | Count |
|---|---|
| 41 | |
| 37 | |
| 34 | |
| 21 | |
| 16 |
| User | Count |
|---|---|
| 65 | |
| 59 | |
| 31 | |
| 25 | |
| 25 |