Forum Discussion

steve1024's avatar
steve1024
Frequent Visitor
3 years ago
Solved

get data from API with POST request and JSON query

Hi, I am trying to connect to the an API with a blank query an am struggeling with the syntax   API instructions:   How do I write this query properly in PBI? I have tested mulitple things ...
  • steve1024's avatar
    3 years ago

    thanks Daryl for your help. After some trial and error I found out that the instructions on the API was stated as ...format = ''px" , but this format (not sure what it is even) was not interpretable. Changeing this to format = ''json'' did the trick..