Forum Discussion
Incremental Refresh and Re-Publishing from Desktop
- 6 years ago
Hey js1401 ,
next to what Greg_Deckler already suggested, you might consider to separate the content development and the data model development into 2 pbix files.
use one pbix that just contains the data model, and the refresh policy.
use the 2nd pbix and connect to the power bi dataset, that has been published with the 1st pbix
This also allows to create measures in the 2nd pbix, the "content pbix".
If you are in the lucky situation and have Power Premium you can enable the XMLA read/write endpoint this will allow using the external tool ALM Toolkit to update the structural changes without affecting existing partitions.
You also have to be aware that the dataset will grow. So it can happen that you can download the pbix, but you will not be able to open the pbix in Power BI Desktop to make your changes.
Regards,
Tom
js1401 - Right, you need to follow this process:
1. Download PBIX from Service
2. Make updates
3. Republish
You are overwriting the dataset each time you publish from desktop, so make sure you have the most recent copy of the data.
Hi Greg_Deckler - many thanks for your response and makes sense but when I tried what you suggested, I couldn't download the .pbix - I believe this is one of the drawbacks of using incremental refresh as the dataset may be huge (although mine isn't).
I will either go with TomMartens or maybe do the snapshotting/data history at source.
All the best 🙂
James