Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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?
User | Count |
---|---|
11 | |
7 | |
5 | |
5 | |
4 |
User | Count |
---|---|
16 | |
14 | |
8 | |
6 | |
6 |