Forum Discussion
safalkishore
6 years agoMicrosoft Employee
Power BI Visual calling into REST APIs
I am developing a sample power bi visual after following the article - https://docs.microsoft.com/en-us/power-bi/developer/visuals/custom-visual-develop-tutorial I am trying to use the 'request' ...
- 6 years ago
Try to use standard https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API
safalkishore
6 years agoMicrosoft Employee
Also tried setting the library as shown on this page - https://github.com/microsoft/PowerBI-visuals/blob/master/Tutorial/ExternalLibraries.md#including-javascript-files
},
"externalJS": [
"node_modules/request/request.js"
],
Yet the error persists
safalkishore
6 years agoMicrosoft Employee
Try to use standard https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API