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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
Derek-R
Regular Visitor

Get values from the List column

Hi All,

 

I have done Power BI and jira integration usign Rest API's and the data in few columns in the queries store Record and List values. How can I retrieve data from List values?

DerekR_0-1686214310139.png

Thanks 

 

2 REPLIES 2
Derek-R
Regular Visitor

Just adding few screenshots for the explanation:

The Column name is "Components" which has List values and below is the record 

DerekR_0-1686221288226.png

How can I retreive the name from here and store it in a new column in the query?

Thanks

Anonymous
Not applicable

Hi @Derek-R,

I'd like to suggest you add a custom column with nested M query functions.

You can extract the current row as source of following operations to convert it to table. Then you can nest previous result with 'Table.Transpose' to convent the rows to columns and use the first row as table column names.

Transpose table - Power Query | Microsoft Learn

Promote or demote column headers - Power Query | Microsoft Learn

After these steps, you can do expand on this field to expand the transformed table contexts.

Optimize Power Query when expanding table columns - Power Query | Microsoft Learn

Reference documents:

Table.Transpose - PowerQuery M | Microsoft Learn

Table.PromoteHeaders - PowerQuery M | Microsoft Learn

Regards,

Xiaoxin Sheng

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 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
Top Kudoed Authors