skip to Main Content

Extract JSON Array to same Row using Excel Power Query

I have the following JSON { "Data": { "totalExecutionTime": "00:00:00.5544916", "totalCount": "33414", "Items": [ { "featureId": 100, "featureName": "Product", "id": 5903, "parentId": 0, "brand": "Normal", "order": 0, "createdDate": "2022-08-18T19:00:57.44", "modifiedDate": "2024-07-10T13:21:29.123", "Values": [ { "featureId": 100, "featureName": "Value", "seq": 0,…

VIEW QUESTION

Azure – How to Expand JSON data in powerBI?

I am trying to read a JSON file in powerBI whose data looks like this, But when I expend the column timeseries.data, I can only see 'timestamp' column instead of 'timestamp' and 'average' "cost": 44639, "timespan": "2023-02-10T23:59:59Z/2023-03-13T23:59:59Z", "interval": "PT1H", "value":…

VIEW QUESTION
Back To Top
Search