Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
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.