The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
First attempt at incremental processing in Pro. There is one thing I am really confused about.
All the instructions say to set up your RangeStart and RangeTo parameters and just add in a current value.
Then add them as filters onto your Static Date, like Order date. Once in then your data will be filtered by the current values you added
However once you process into Power BI Service, surely this also takes these current value filters? Obviously you dont want your Power BI Service data filtered.
Im thinking, surely you dont have to remove the filters every time you publish to service?
Solved! Go to Solution.
Hi @DebbieE,
for the initial load the service will set the Range to the "Store rows" value.
For example: in the last 5 Years
RangeStart: 01.01.2015 RangeEnd: 13.03.2020
for the repeated refresh the service will set the Range to the "Refresh rows" value
For example: in the last Days
RangeStart: 03.03.2020 RangeEnd: 13.03.2020
tomorrow
RangeStart: 04.03.2020 RangeEnd: 14.03.2020
Marcus Wegener works as Full Stack Power BI Engineer at BI or DIE.
His mission is clear: "Get the most out of data, with Power BI."
twitter - LinkedIn - YouTube - website - podcast - Power BI Tutorials
Hi @DebbieE ,
The filter on the date column is used to dynamically partition the data into ranges in the Power BI service.
Marcus Wegener works as Full Stack Power BI Engineer at BI or DIE.
His mission is clear: "Get the most out of data, with Power BI."
twitter - LinkedIn - YouTube - website - podcast - Power BI Tutorials
But this is what Im not understanding (And I have read through that document so many time now😐 )
But I dont get it. You add this because you dont want lots of data in Desktop (And it establishes your static dates to work with for the incremental loading)
When I set the parameters up I selected, a year. However, in Service I dont want that range to filter all the data out because its service. Surely, Surely you dont have to remove your filters to publish into Power BI Service and then readd them? thats not fit for purpose
Hi @DebbieE ,
Marcus Wegener works as Full Stack Power BI Engineer at BI or DIE.
His mission is clear: "Get the most out of data, with Power BI."
twitter - LinkedIn - YouTube - website - podcast - Power BI Tutorials
Ahhhh so the values set in Desktop are overwritten in Service that makes sense
However, in the screenshot above, What does RangeStart and RangeEnd actually apply to. Is is the Store rows or Refresh Rows? I can image RangeStart applying to possibly the start of your Rows (as in 5 years) and RangeEnd applying to the current date possibly but Im only guessing
Hi @DebbieE,
for the initial load the service will set the Range to the "Store rows" value.
For example: in the last 5 Years
RangeStart: 01.01.2015 RangeEnd: 13.03.2020
for the repeated refresh the service will set the Range to the "Refresh rows" value
For example: in the last Days
RangeStart: 03.03.2020 RangeEnd: 13.03.2020
tomorrow
RangeStart: 04.03.2020 RangeEnd: 14.03.2020
Marcus Wegener works as Full Stack Power BI Engineer at BI or DIE.
His mission is clear: "Get the most out of data, with Power BI."
twitter - LinkedIn - YouTube - website - podcast - Power BI Tutorials