Forum Discussion
Incremental Refresh on custom SQL Query within Power BI
- 2 years ago
DataSpace
You need to setup gateways for any kind of refresh in Power BI service to work. Once you have setup the gateway and map it properly in the "Gateway and cloud connections" section in your screenshot, this issue will be resolved.
Regards,
NG - Anonymous2 years ago
Hi, DataSpace
As the super user said, you'll need to configure the gateway connection in Power BI, and then you can use incremental refresh.
The licensing question you asked. If your report is published to a shared workspace, you need at least a Pro license and above. Incremental refresh is supported for Power BI Premium, Premium per user, Power BI Pro, and Power BI Embedded models.
In addition, you ask that when you refresh in Power BI Desktop, you refresh all the data, which is normal behavior. Because incremental refresh requires you to publish the report into the Service and then configure a scheduled refresh for it to work. After the first refresh, the data in the incremental interval will be refreshed according to the partition you set on the second refresh.Best Regards
Jianpeng Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Thanks Anonymous for response,
I have gone through the concept and steps and followed the same to implement incremental refresh.
I created the 2 parameters(RangeStart & RangeEnd) and put some random dates to filter the table. Also kept historic period as 2 years and incremental refresh for latest 10 days.
So Implementation is done.
Now, in PBI Desktop, when I refresh, it loads all the data between period set in parameters and not as per incremental refresh configuration. is it normal in PBI Desktop?
Then I published pbix in myWorkspace. Refreshing report is working fine. When I am trying to 'Schedule Refresh' for semantic model, it is giving error as "Scheduled Refresh is disabled because at least one data source missing credentials"
FYI.. I am using free account as of now.
When trying to put credentials in data source, it is actually disabled:
Some queries here:
1. To test incremental refresh in PBI service, do I need minimum PRO license? and above issue is because of this only?
2. Do we need Gateway to make incremental refresh work?
3. Even if incremetal refresh is giving error, I should be able to change Data source credentials. why that is disabled?
DataSpace
You need to setup gateways for any kind of refresh in Power BI service to work. Once you have setup the gateway and map it properly in the "Gateway and cloud connections" section in your screenshot, this issue will be resolved.
Regards,
NG