This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowA new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.
Hi Gurus,
Did you happen to know what get data method should I use to get below image. I tried Get Data -> JSON but seems I do not get the drop down option open file as. Any help would be highly appriciated.
Solved! Go to Solution.
Is this a public API? If so, you can provide it and the community can provide the needed M code.
Does the Source step of your query look like this? (check by clicking on Advanced Editor or viewing the Formula Bar in the query editor)
let
Source = Json.Document(Web.Contents("http://mywebapi"))
in
SourcePasted this from here - https://www.edureka.co/community/26876/how-can-i-connect-my-web-api-with-power-bi-reports
If this works for you, please mark it as solution. Kudos are appreciated too. Please let me know if not.
Regards,
Pat
To learn more about Power BI, follow me on Twitter or subscribe on YouTube.
If you are trying to connect to a Web API that gives a JSON response, use the Web connector instead. It will recoginize the response as JSON and you navigate/extract your data from there.
If this works for you, please mark it as solution. Kudos are appreciated too. Please let me know if not.
Regards,
Pat
To learn more about Power BI, follow me on Twitter or subscribe on YouTube.
Is this a public API? If so, you can provide it and the community can provide the needed M code.
Does the Source step of your query look like this? (check by clicking on Advanced Editor or viewing the Formula Bar in the query editor)
let
Source = Json.Document(Web.Contents("http://mywebapi"))
in
SourcePasted this from here - https://www.edureka.co/community/26876/how-can-i-connect-my-web-api-with-power-bi-reports
If this works for you, please mark it as solution. Kudos are appreciated too. Please let me know if not.
Regards,
Pat
To learn more about Power BI, follow me on Twitter or subscribe on YouTube.
Check out the May 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 32 | |
| 25 | |
| 24 | |
| 24 | |
| 13 |
| User | Count |
|---|---|
| 61 | |
| 47 | |
| 27 | |
| 24 | |
| 19 |