The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
I have large dataset in which near about 6 years of data and it get increasing daily basis , so my problem sometimes i want to refesh only current date data or unsynchronized data till date.
please resolve this querry , thanks in advance.
Solved! Go to Solution.
Hi @proavinash
You can’t really do true incremental refresh in Power BI Desktop unless you’re on Premium, because Desktop always reloads the full dataset.
What you can do instead is:
Another option is to set up a parameter in Power Query for StartDate/EndDate and filter your source that way.
So basically, without Premium you’ll need to handle it manually by splitting old vs new data.
Hi @proavinash
You can’t really do true incremental refresh in Power BI Desktop unless you’re on Premium, because Desktop always reloads the full dataset.
What you can do instead is:
Another option is to set up a parameter in Power Query for StartDate/EndDate and filter your source that way.
So basically, without Premium you’ll need to handle it manually by splitting old vs new data.