Forum Discussion
Schema refresh in the service
- 2 years ago
- refresh the Power BI Desktop with the new column. Don't publish.
- use ALM toolkit to connect to both the local and service semantic models
- push the meta data change without refresh
- use the XMLA endpoint to selectively refresh the affected partitions.
ALM Toolkit is the tool that's mostly used in such scenarios. You can also run your XMLA scripts manually.
Could you elaborate on how that would be done? Let's say I have a table in my database and load it into PBI (import mode) without doing any transformation. Then I add a column to the database table. Now this column won't be loaded if I do a refresh in the service (only with PBI desktop). What exactly can I do now without using PBI desktop?
- lbendlin2 years ago
Super User
- refresh the Power BI Desktop with the new column. Don't publish.
- use ALM toolkit to connect to both the local and service semantic models
- push the meta data change without refresh
- use the XMLA endpoint to selectively refresh the affected partitions.