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!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
I am trying to set up incremental refresh on my Power BI. I followed the following steps:
1. In Power Query, I set up two date parameters, start date and end date.
2. I applied the filters and went to the main report page in Power BI.
3. I right clicked the spreadsheet, clicked incremental refresh and I saw the following:
Can anyone please suggest why it is I am seeing this message?.
Please find the file attached below:
https://www.mediafire.com/file/ggblte30r0xhqgk/Incremental_Refresh.pbix/file
Thank you,
Solved! Go to Solution.
"In Power Query, I set up two date parameters, start date and end date."
That's incorrect. the parameters must be datetime, and they must be called RangeStart and RangeEnd
"In Power Query, I set up two date parameters, start date and end date."
That's incorrect. the parameters must be datetime, and they must be called RangeStart and RangeEnd
Thanks for the help.