Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi All
I have imported a SQL Server table. I want to get the column names of that table. Have gone thru the below link and tried the solution specified. The solution lists the table name and column names, but the values are not persistent. Cannot use that in report.
Looking for something like this:
| Table Name | Column Name |
| Table1 | Column1 |
| Table1 | Column2 |
| Table1 | Column3 |
Solved! Go to Solution.
@Anonymous
In each Table you need to
1. Demote the Header as First Row
2. Transpose
3. do this all tables
4. append all tables and remove unnecessary columns
you will get the result. Hope this helps you
Proud to be a Super User!
@Anonymous
In each Table you need to
1. Demote the Header as First Row
2. Transpose
3. do this all tables
4. append all tables and remove unnecessary columns
you will get the result. Hope this helps you
Proud to be a Super User!
Thank you @VijayP . That is a good work around, even though have to do this for each of the tables.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.