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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.

Reply
GeraldinneG
New Member

Transform imported table

Hello everyone,

Please, I need help with this trouble.

I imported a table from a web site and I need to change the structure table.

 

Original table

DayJanFebMar
1850855875
2851854870
3852856869
4850860871

 

Result

DayMonthUSD
1Jan850
2Jan851
3Jan852
4Jan850
1Feb855
2Feb854
3Feb856

 

Is it posible to do?

 

Thanks!

1 ACCEPTED SOLUTION
otravers
Community Champion
Community Champion

Select and unpivot the Jan-March columns:

https://support.microsoft.com/en-us/office/unpivot-columns-power-query-0f7bad4b-9ea1-49c1-9d95-f5882...

------------------------------------------------
1. How to get your question answered quickly - good questions get good answers!
2. Learning how to fish > being spoon-fed without active thinking.
3. Please accept as a solution posts that resolve your questions.
------------------------------------------------
BI Blog: Datamarts | RLS/OLS | Dev Tools | Languages | Aggregations | XMLA/APIs | Field Parameters | Custom Visuals

View solution in original post

2 REPLIES 2
wdx223_Daniel
Super User
Super User

NewStep=Table.UnpivotOtherColumns(PreviousStepName,{"Day"},"Month","USD")

otravers
Community Champion
Community Champion

Select and unpivot the Jan-March columns:

https://support.microsoft.com/en-us/office/unpivot-columns-power-query-0f7bad4b-9ea1-49c1-9d95-f5882...

------------------------------------------------
1. How to get your question answered quickly - good questions get good answers!
2. Learning how to fish > being spoon-fed without active thinking.
3. Please accept as a solution posts that resolve your questions.
------------------------------------------------
BI Blog: Datamarts | RLS/OLS | Dev Tools | Languages | Aggregations | XMLA/APIs | Field Parameters | Custom Visuals

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

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

Top Solution Authors
Top Kudoed Authors