Join 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
Tried searching but couldnt find exactly what i needed.
I have a database with data over multiple columns and same ID, like this:
but i need it in a format like
| data_id | Team | Location | comments |
| 9 | erron | Honour |
Solved! Go to Solution.
NewStep=Table.FromRecords(Table.Group(PreviousStepName,"data_id",{"n",each _{0}[[data_id]]&Record.FromList([value],[name])})[n])
Worked perfectly, thank you!!
NewStep=Table.FromRecords(Table.Group(PreviousStepName,"data_id",{"n",each _{0}[[data_id]]&Record.FromList([value],[name])})[n])
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 |
|---|---|
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
| User | Count |
|---|---|
| 5 | |
| 4 | |
| 4 | |
| 4 | |
| 4 |