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!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi, I'm trying to create a dataset with large model enabled from a dataflow within same capacity
Is there a way to configure incremental load without trying to load all the billions of rows into desktop at first?
Hi,
I don't know if your problem got solved.
But I recently encountered the same issue.
My Solution/Problem was that my "DateTime" was a datecolumn in the SQL Database and that I converted it to DateTime PowerQuery. So it has to be DateTime in the source not after some transformations in PowerQuery.
Hi @Anonymous , Sorry my question wasn't clear. I missed to mention that source is a dataflow. With some research I arrived at a explanation that this issue occurs since dataflows doesn't support query folding.
@Anonymous , I remember there is an option to set date for the initial load
https://radacad.com/all-you-need-to-know-about-the-incremental-refresh-in-power-bi-load-changes-only
https://docs.microsoft.com/en-us/power-bi/admin/service-premium-incremental-refresh
Hi Amit, thanks for the reply but I have already configured the parameters.
In my example I have configured: Date >= '2020-06-10 00:00:00' and Date < '2020-06-09 00:00:00'. This condition should not fetch any rows. But powerbi tries to load whole data when I click on "Apply & Load" in power query editor
@Anonymous
You have RangeStart(2020-06-10 00:00:00) later than RangeEnd (2020-06-9 00:00:00). I am not sure what range do you want with that parameter. Did you mean date between 9th and 10th?
If so you should have Date >'2020-06-09 00:00:00 and Date <= '2020-06-10 00:00:00'.
Paul Zheng _ Community Support Team
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Anonymous , thanks for trying to help me with the issue. I'm referring to the Power BI documentation to implement incremental refresh in dataset (Link). One of the initial steps is to create parameters "RangeStart" and "RangeEnd" and use this paratemers in a custom filter on a date/time column. I have intentionally assigned the parameters with values RangeStart="2020-06-10 00:00:00" and RangeEnd="2020-06-09 00:00:00" so this will not load any data and the file size will be smaller which will make the publishing easier.
Although, this was my intention, power bi is trying to load all the data I have in source (3 Billion rows) to Power BI desktop when I click on "Apply & Load" in the power query editor.
Edit: Please note my datasource is a dataflow. I'm trying to create this dataset on top of a dataflow which has 3.5 B rows
Thanks,
Bharath
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 103 | |
| 80 | |
| 59 | |
| 51 | |
| 46 |