Forum Discussion

jjhendrickson's avatar
jjhendrickson
Frequent Visitor
1 year ago
Solved

Incremental Refresh Using Stored Procedure, Parameters Not Overridden in Power BI Service

Hello, I am attempting to use configure incremental refresh on dat retrieved from a stored procedure. I have set up my RangeStart and RangeEnd parameters as date/time and set them one day apart. The...
  • lbendlin's avatar
    lbendlin
    1 year ago

    correct. They don't know anything about the query that runs on that table.  Don't use them, find another way, for example via the data model.

  • jjhendrickson's avatar
    1 year ago

    I found this workaround. Re: incremental refresh on table by reference - Microsoft Fabric Community , which fixes the issue by passing the incremental refresh parameters to dummy variables in the reference table queries. With the dummy variables in the reference queries, Incremental Refresh configurations can be applied (there will be a warning that query folding can't be confirmed). After publishing and refreshing, all tables now have partitions and the correct amount fo data.