Forum Discussion
rikBI
10 years agoHelper I
Auto refresh R source
Hi All, We are building a powerBI dashboard with R code that gets its data from an online service. This needs to be refreshed on an hourly basis. Powerbi can't refesh this source without the powe...
ankitpatira
10 years agoCommunity Champion
rikBI It is asking for gateway because R script gets executed against your local R server which will go to your online data source. If you absolutely can't install gateway then use Web connector to get data from online source within power bi desktop and it will refresh without needing gateway.
- rikBI10 years agoHelper I
Hi Ankit,
Thank you for your suggestion. We tried that as well, but we need the R script to dynamically generate the URL.