Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
Hey Guys,
I am trying to visualize Data (mainly text) in a big table, and give certain variables (columns) a shared header.
So for example if I have colums 1-7 in a table, I want to have 1,2 and 3 to have the common header "financials", 4 and 5 to have the header "Project Details" and 6 and 7 to have the shared header "status"
Is this possible in Power BI?
tried to visualize it:
Thanks guys!
Cheers,
Janik
Solved! Go to Solution.
Hi @Anonymous ,
First go to query editor>select all columns >unpivot columns:
Then create a calcuated column:
Column = IF('Table'[Attribute] in {"column 1","column 2","column 3"},"financials",IF('Table'[Attribute] in {"column 4","column 5"},"Project Details","status"))
Finally, create a matrix and you will see:
For the related .pbix file,pls click here.
Hi @Anonymous ,
First go to query editor>select all columns >unpivot columns:
Then create a calcuated column:
Column = IF('Table'[Attribute] in {"column 1","column 2","column 3"},"financials",IF('Table'[Attribute] in {"column 4","column 5"},"Project Details","status"))
Finally, create a matrix and you will see:
For the related .pbix file,pls click here.
interesting solution, do you have any idea if I am using some measures and columns in a table view, how can I do the same.
best regards
Mo
You have created a new table where you to unpivot your columns /measures to rows and then add a calculated column to put them into group.
For columns you can refer :https://radacad.com/pivot-and-unpivot-with-power-bi
Not sure if you understood my question correctly:
My data already is in colums, I just want to visualize the colums better by having a shared column header.
Hope I did not understand your answer incorrectly.
refer if this can help
Hi JanikSchaefer,
Please add a picture using the post editor.
_______________
If I helped, please accept the solution and give kudos! 😀
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 41 | |
| 38 | |
| 36 | |
| 30 | |
| 28 |
| User | Count |
|---|---|
| 128 | |
| 88 | |
| 79 | |
| 67 | |
| 62 |