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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
Anonymous
Not applicable

Extracting/appending Columns

Hello, 

 

Currently I am trying to display weather data alongside reference time in a data set. However, they are both stored in lists, and whenever I try to extract/expand to rows or consolodate my data im not able to represent it correctly. Right now, my table has airport IATA codes, cloud cover, and UTC times in Unix. each list is 72 data points for the 72 hour forecast (im trying to line them up).  the table I am trying to achiveve would be:

 

[IATA]   [CLOUD COVER]    [UTC TIME]   

LSG                 15                         1234

LSG                 45                           1235

LSG                  34                        1236

etc....

 

Can I epxand multple columns at once?

1.PNGtable right now.

My plan is to make a composite key for the table and link it to a flight data set for departures. 

1 ACCEPTED SOLUTION
v-jiascu-msft
Microsoft Employee
Microsoft Employee

Hi @Anonymous,

 

Please download the demo from the attachment. All the step are done in the Query Editor. 

Extracting-appending-Columns

 

Best Regards,
Dale

Community Support Team _ Dale
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

4 REPLIES 4
v-jiascu-msft
Microsoft Employee
Microsoft Employee

Hi @Anonymous,

 

Could you please mark the proper answers as solutions?

 

Best Regards,

Dale

Community Support Team _ Dale
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
v-jiascu-msft
Microsoft Employee
Microsoft Employee

Hi @Anonymous,

 

Please download the demo from the attachment. All the step are done in the Query Editor. 

Extracting-appending-Columns

 

Best Regards,
Dale

Community Support Team _ Dale
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Anonymous
Not applicable

@v-jiascu-msft Hey Dale, 

 

I followed your steps to the letter. I really think it'll work, but i'm being stonewalled by what i think is either the API source or pivot function. Whenever I move to pivot the attribute column along values, the process freezes up. i've tried limiting my data (10-12 hours) but still hit the same issue. frozen after pivot stepfrozen after pivot step

Is there a way to just freeze my data and worry about updating after i format the table? because it keeps trying to validate from the source during the Pivot. 

Hi @Anonymous,

 

What we can see in the Query Editor is a preview. It should validate the data for every step. I would suggest you filter rows by "Keep top rows" after the step "Removed other columns1". You can keep only 5 rows. Then delete this step after everything is done. Finally, there is only one long run.

 

Best Regards,
Dale

Community Support Team _ Dale
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors