Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
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.
Solved! Go to Solution.
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
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 38 | |
| 36 | |
| 33 | |
| 31 | |
| 28 |
| User | Count |
|---|---|
| 129 | |
| 88 | |
| 79 | |
| 68 | |
| 63 |