Forum Discussion
SivaMani
1 year agoResident Rockstar
Refresh Power BI Metadata
Hello, I have a situation where I need to add new attributes to the Power BI Semantic Model (published to Service). Is there a way to refresh the metadata of a semantic model using an API or prog...
- 1 year ago
That's what ALM Toolkit does. Or you can go rogue and craft your own XMLA.
SaiTejaTalasila
1 year agoSuper User
Hi SivaMani ,
I think pivot will be able to handle it.Can you check once -
PivotedTable = Table.Pivot(RemoveDuplicates, List.Distinct(RemoveDuplicates[Type]), "Type", "Value")
Thanks,
Sai Teja
- SivaMani1 year agoResident Rockstar
SaiTejaTalasila This only works on Desktop. Thanks for your response!
- SaiTejaTalasila1 year agoSuper User
- SivaMani1 year agoResident Rockstar
I believe It may not work. As Power BI Service only refreshes the source's data. However, Power BI desktop does data and schema refreshes.
I am looking for a way to refresh the schema of the semantic model published to Service, either through a tool or programmatically.
- lbendlin1 year agoSuper User
That's what ALM Toolkit does. Or you can go rogue and craft your own XMLA.