I got a request to help integrate some 3rd party data with Power BI, and the 3rd party claimed that it works and that they need
- Power BI team to register an app and provide us with client ID and secret key.
- Inputs from your side on what data has to be send to Power BI
So, I "Register an Application for Power BI" at dev.powerbi.com/apps, with an app name
- app type "server-side web app"
- redirect url: http://3rdpartyapp.com/api/authplugin/token
- home page url: http://3rdpartyapp.com
- dataset apis: read and write all datasets
- report and dashboard apis: read all dashboards, read all reports
- other apis: read all groups
Then, I register the app and get the Client ID, and Client Secret, and send these to the 3rd party.
Then the 3rd party guy writes me back and asks me "Can you send me your PowerBI API urls?".
I'm confused by this, because I thought PowerBI is using his API to get his data. Can anyone give me any insight on this?