Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
I have developed an API using FastAPI which returns temperature data for for every hour of a day. I imported this data in power BI desktop using Web option under new source. I added the parameters (RangeStart & RangeEnd) as mentioned in the official documentation and filtered the data based on these parameters and followed every step. I added the incremental refresh policies and published it to the power BI service. when I use the Base url with dyanmic parameters as source (for passing the date for incremental refresh) I get the following error on power bi service. How to incrementally refresh data on power BI service?
Solved! Go to Solution.
1. Please follow the documentation. Use RelativePath and Query parameters. https://learn.microsoft.com/en-us/powerquery-m/web-contents#example-1
2. Your data source does not fold. There will be minimal benefit from using incremental refresh even if you manually refresh individual partitions.
1. Please follow the documentation. Use RelativePath and Query parameters. https://learn.microsoft.com/en-us/powerquery-m/web-contents#example-1
2. Your data source does not fold. There will be minimal benefit from using incremental refresh even if you manually refresh individual partitions.
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
Check out the November 2025 Power BI update to learn about new features.