Forum Discussion
abeuwe
8 years agoRegular Visitor
How to call a rest api by passing JSON in Power BI
I am really new to Power BI, please forgive my ignorance. I have an API which takes parameters as JSON and returns a response as JSON (All tested using swagger and i do get the response). I need a wa...
v-yulgu-msft
Microsoft Employee
8 years agoHi abeuwe,
Please have a look at this blog which might be helpful to your scenario.
Regards,
Yuliana Gu
abeuwe
8 years agoRegular Visitor
Thanks for your response. Unfortunately, the links in your response does not answer my question however it might help once i get the response as Json.
What I mean by this:
My API takes a Json as POST the links in your reply show how to get a GET.
Once I get the response json I can use your link to tidy up the response json but I have to find a way to POST a Json to my REST API from Power BI.
Thanks once again.