Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowGet inspired! Check out the entries from the Power BI DataViz World Championships preliminary rounds and give kudos to your favorites. View the vizzies.
So I have this situation, please see code snippet below:
How do I prevent this refresh of the large ODBC data set?
I have already tried toggling the Background Data and Parallel Loading options with no success.
Thanks in advance!
let
Source = raw_data,
#"Added Custom" = Table.AddColumn(Source, "decay", each Number.Power([age],b_value))
in
#"Added Custom"
Hi @ns29 ,
It seems that you want to refresh partial data, right? I think you might could try the incremental refresh, you could service-premium-incremental-refresh for details. But you need to pay attention, incremental refresh also has some limits, you could refer to above link.
Best Regards,
Zoe Zhi
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @dax, I'm not looking to refresh any data in a single session of analysis once the data has been pulled into the file. Incremental refresh would not work in my case unfortunately as it asks for parameters on the data set itself where I have none set.
I know I'm doing something wrong, hard to believe the engine isn't smart enough to know when to not fetch data. Hopefully someone else can chime in here.
Thanks!
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code FABINSIDER for a $400 discount!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
28 | |
27 | |
22 | |
14 | |
10 |
User | Count |
---|---|
23 | |
21 | |
17 | |
10 | |
10 |