Forum Discussion
Dev_Syndell_12
1 year agoRegular Visitor
Dataset refresh failing
Problem Statement: I created a REST API that is responsible for updating the data source of the specific report and then refreshing it. API to update the datasource: https://api.powerbi.com/v1.0/...
lbendlin
1 year agoSuper User
How are you authenticating against the API? Connections like these usually require a custom connector.
- Dev_Syndell_121 year agoRegular Visitor
I just set up the gateway, which has "Basic" authentication; I didn't setup any other authentication.