Forum Discussion
274188A
Advocate I
2 years agoShaping / Transforming JSON Data
I have a public API that's freely availabe to use by anyone (no auth required). The Request URL I have is: https://myhospitalsapi.aihw.gov.au/api/v1/measure-downloads/measure-download-codes This r...
- 2 years ago
let Source = Web.Contents("https://myhospitalsapi.aihw.gov.au/api/v1/measure-downloads/measure-download-codes"), Custom1 = Table.FromRecords(List.Combine(Record.ToList(Json.Document(Source)[result]))) in Custom1
274188A
Advocate I
2 years agoLife Saver - thanks so much