Forum Discussion

Tuan's avatar
Tuan
Helper III
6 years ago
Solved

Shopify API - JSON Query Parsing

I'm a newbie at querying JSON APIs. I'm currently pulling Shopify api with read access. It comes into power query as a flat list. Is there a good way to break up all the Dimension and Facts tables or do I have to go through the data one step at a time?

 

I'm also pulling in the data once as a connector and referencing that connection to build out my Dimension and fact tables. I'm not sure if this is the correct way to do it. Any advice would be much appreciated.

 

Image of my progress.

 

  • 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

5 Replies

Replies have been turned off for this discussion