Forum Discussion

js1401's avatar
js1401
New Member
6 years ago
Solved

Incremental Refresh and Re-Publishing from Desktop

Hi there,   I've recently started using Power BI and am still getting familiar with things.   I've established an incremental refresh to take snapshots of a small data set (a sharepoint list) so ...
  • TomMartens's avatar
    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