Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
let
source = Json.Document(File.Contents("text.json")),
tabled = Table.FromRecords({source})
in
tabled
so this query shows
a. b. c.
value. List. Record
i want show :
a. b c.
value. [a,b,c]. [{a : 4, b : 5, c :6}, [a : 5, b : 7, c :7}]
i can List show, but i cant show Record like this.
what can i do?
before json to table, extract object raw string first?
i cant find function. help !!
hope this can help
ty but i need load json, not string
could you please provide some sample data?
https://community.powerbi.com/t5/Power-Query/how-can-i-edit-table/m-p/2804829#M86990
thx for reply !!
can you see this question?
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 8 | |
| 7 | |
| 5 | |
| 4 | |
| 3 |