Forum Discussion
Tangelo-tech
2 years agoHelper I
Power BI REST API
We are a data provider and have developed a web application that allows advertisers to view and download advertising data reports on platforms such as Google Ads and Meta. We will sell this applicati...
- 2 years ago
My Power BI reports are fed by multiple data sources. Some of these data sources are not accessible from the Azure cloud.Some of these data sources seem to require a local gateway. You either need to add that to your setup, or refactor your solution such that none of your data sources require a gateway.
lbendlin
2 years agoSuper User
Do your data sources include Python or R scripts?
- Tangelo-tech2 years agoHelper I
not included
- lbendlin2 years agoSuper User
Can you show a sanitized list of the report data sources?
- Tangelo-tech2 years agoHelper I
As shown in the screenshot above, this is an advertising data report from one of our clients on the Google Ads platform. Now I hope to use an API key to search for this customer's corresponding data table in our database. How to achieve it? Our database is MySQL.