Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Krcmajster
Helper IV
Helper IV

Use column values as headers (pivot when there is no unique values)

The title might not the be the best representation. 
I want to load all the flies in the specific folder from Sharepoint. Problem is that users can change column names from time to time, and although data in columns will have same business definintion, column names will be different. E.g. Cost Center can be named as CC, Cost Center, Cost Center #. 

My thought was to unpivot columns and merge the attributes with helper mapping table where I can add all definintions. 
E.g. 
Unpivoted table:

AttributeValue
CC5161
Cost Center46849
Cost Center #619681



After Merge:

AttributeValueMapping
CC5161Cost Center
Cost Center46849Cost Center
Cost Center #619681Cost Center

 

I can't pivot as Mapping will not have unique values. 

end ountcome should be:

Cost Center
5161
46849
619681

 

If there is another solution, I am free to listen

1 ACCEPTED SOLUTION
v-jingzhang
Community Support
Community Support

Hi @Krcmajster 

 

You can refer to this blog: Rename column names in a dynamic way with #Excel #PowerQuery | wmfexcel. It should be helpful. The idea is that you need to have a name mapping table in advance. Since you query data from files in a sharepoint folder, you can perform the column renaming operation on the sample query right after Source step in it. Then it should be applied to the combined query. 

 

Best Regards,
Community Support Team _ Jing
If this post helps, please Accept it as Solution to help other members find it.

View solution in original post

2 REPLIES 2
v-jingzhang
Community Support
Community Support

Hi @Krcmajster 

 

You can refer to this blog: Rename column names in a dynamic way with #Excel #PowerQuery | wmfexcel. It should be helpful. The idea is that you need to have a name mapping table in advance. Since you query data from files in a sharepoint folder, you can perform the column renaming operation on the sample query right after Source step in it. Then it should be applied to the combined query. 

 

Best Regards,
Community Support Team _ Jing
If this post helps, please Accept it as Solution to help other members find it.

edhans
Super User
Super User

If the columns are in the same order, just rename them as they come in. This article will show you how. If they are not in the same order, I am not sure how you would account for column names changing and locations changing.



Did I answer your question? Mark my post as a solution!
Did my answers help arrive at a solution? Give it a kudos by clicking the Thumbs Up!

DAX is for Analysis. Power Query is for Data Modeling


Proud to be a Super User!

MCSA: BI Reporting

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.

Top Solution Authors
Top Kudoed Authors