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

We've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now

Reply
rcyber
Resolver I
Resolver I

JSON Master-Detail parsing

Hi all!

 

I have a JSON data that contains a sub-tables. It looks something like that:

"documents":[{
		"id" : "1",
		"end_date" : "01.07.2018",
		"notifications" : [
		{
			"id" : "n11",
			"type" : "First",
			"created_date" : "01.07.2018"
		},
		{
			"id" : "n12",
			"type" : "Second",
			"created_date" : "03.07.2018"
		},
		{
			"id" : "n13",
			"type" : "Final",
			"created_date" : "10.07.2018"
		}
		]
	},

I want to parse it into one flat table with attributes of document. The problem is Power BI parses the Notifications array as list. If I try expand this List then Power BI offers to convert it into rows. But I want to get a new column that will contain the last of Notification date.
Is it possible? How can I do it?
A sample of my JSON data is here.

Thanks in advance,
Alex.

 

1 ACCEPTED SOLUTION
rcyber
Resolver I
Resolver I

I have solved it by myself.

View solution in original post

2 REPLIES 2
rcyber
Resolver I
Resolver I

I have solved it by myself.

Hi @rcyber,

Congratulations, you have resolved iy by yourself. Welcome to share your solution and mark your reply as answer, so more people will benefit from here.

Thanks,

Angelia

Helpful resources

Announcements
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.