Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
2 years ago
Solved

Schema refresh in the service

I have a semantic model that pulls data from a PostgreSQL database. Sometimes, I change table schema, i. e. add (or remove) a column. So, I need a schema refresh for these tables in my semantic model...
  • lbendlin's avatar
    lbendlin
    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.