Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowTry your skills in the Power BI Dataviz World Championship! Round one ends June 26. Join now
Hi i am new in power bi How to convert the column header to column value
ex,
Table1
ColumnA | ColumnB | ColumnC
data1 | data2 | data3
Table2
Column1
ColumnA
ColumnB
ColumnC
Solved! Go to Solution.
Hi @Aaron22 ,
The dummy data you provided is easy to convert.
Select three columns and then click 'Unpivot Columns'.
The column headers are converted to the column values.
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Aaron22 ,
The dummy data you provided is easy to convert.
Select three columns and then click 'Unpivot Columns'.
The column headers are converted to the column values.
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
In a blank query, put following in Formula bar
= Table.FromList(Table.ColumnNames(Table1))
Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.
Check out the May 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 4 | |
| 4 | |
| 2 | |
| 2 | |
| 1 |
| User | Count |
|---|---|
| 11 | |
| 11 | |
| 5 | |
| 4 | |
| 4 |