Forum Discussion
nalyons1
5 years agoRegular Visitor
Some measures are breaking after 2nd incremental refresh
Hi everyone, This is my first time asking a question here and I'm a newbie so please bare with me. I have a report hosted in Power BI service and have setup incremental refresh. The incre...
lbendlin
Super User
5 years agoThe values of the RangeStart and RangeEnd parameters in Power Query are not relevant for the incremental refresh (they are only useful to limit the amount of data the developer has to work with in Power BI Desktop.
What _is_ important is that these two parameters are used as filters in your respective Power Query code. One of them has to be inclusive, the other exclusive.
Maybe you can verify that your Power Query code satisfies these requeirements.
- nalyons15 years agoRegular Visitor
I see. I believe that the Power Query does satisfy those requirements. Below is a screenshot of the M code for the custom filter on the "date" column of the etfprices table. Is this what you're referring to?