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
I have a table visual with 92 columns with 1500 rows. Each column has it's own column header for example
| Customer Name | Customer State | Customer Country | Car Make | Car Model | Car Year Made |
| Dan | Iowa | USA | Honda | Civic | 2018 |
| Matt | Minnesota | USA | Toyota | Camry | 1998 |
I would like the table visual to group the first 3 columns and the last 3 columns with different Group headers without converting it into a matrix/pivot, such that:
Customer Information Car Information
| Name | State | Country | Make | Model | Year |
| Dan | Iowa | USA | Honda | Civic | 2018 |
| Matt | Minnesota | USA | Toyota | Camry | 1998 |
I have found solutions for pivot/matrix but not plain ol' Table visual.
Thank you
I have tried merge columns but users do not want the column to be merged. They want another heading above the column heading to visually organize the columns below.
Again, this is all you. Create calculated columns or Groups that hold your desired hierarchy levels.
Hi @shintamanning ,
You can try merge columns:
The final output is as below:
Best Regards,
Dino Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Create these new columns in Power Query by concatenating the separate column values then display them in your table.
Phil
Proud to be a Super User!
That's all you - use Power Query for these transforms, or calculated columns.
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 |