Hi all, I have a data model with 1 data source that is required to be refreshed manually from my laptop and one that I would like to have refreshed via the PowerBI service. In my PBIX file I have both sources. The manual data source I update twice a month and then upload a new set of data. Both these data sources are joined via a primary key. Works fine. The issue..........
How does one get the model to refresh in the service for the latter data source on a daily basis as it contains data that does require an auto refresh each day. It joins to the data I manually refresh. When I publish the model it appears to always be asking for a gateway to the manual data source. Do not need that, do not need anything done with the data source. Just need to be able to refresh the secondary data source daily. I tried, in my data model, setting all the tables from the manual data source to not require a refresh. Still asking for a gateway.
Can this refresh scenario be accomplished where you only want to refresh from one data source?