Forum Discussion
Shopify API - JSON Query Parsing
- 6 years ago
You should be able to do all of this in the query editor, and not need DAX tables. Your approach to reference your initial query to make your other tables is a good practice, but there are some settings to consider when doing this. This video has a good explanation of them, and their impact on the number of API calls made.
https://www.youtube.com/watch?v=3uKNNZqBIkg
If this works for you, please mark it as the solution. Kudos are appreciated too. Please let me know if not.
Regards,
Pat
I would advise against doing this. Each table in power query is created in isolation. So you will end up hitting the end point multiple times. To get around this, import the flat table, and use dax to create dimension tables. Use power query to add any additional calculated columns to help display the data.