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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
Anonymous
Not applicable

How to extract a value from a list of nested records

Hello everyone,

I am currently struggeling with a column that contains a list of nested records.

I get it only done with a list of records but dont know how to do it with a list of nested records. I am almost trying to find a solution for about a few days...

The JSON structur looks likes this:

fabz12_0-1628774417890.png

RED: List of Records

BLUE: first nested Record

GREEN: second nested Record

 

I want to extract the email address. I dont know why I dont get this running.

 

I hope somebody can help me out.

 

Thanks,

Fabz

 

EDIT:

I don't know what was wrong with me - but I have found the solution. Once again, the solution was quite simple.

 

each Text.Combine(List.Transform([Column1.node.subscriptions.edges], each Text.From(_[node][user][email])), ";")

 

1 ACCEPTED SOLUTION
lbendlin
Super User
Super User

good that you found the solution - yes, it is standard JSON parsing.

View solution in original post

1 REPLY 1
lbendlin
Super User
Super User

good that you found the solution - yes, it is standard JSON parsing.

Helpful resources

Announcements
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel

Fabric Monthly Update - May 2024

Check out the May 2024 Fabric update to learn about new features.

LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.

Top Solution Authors
Top Kudoed Authors