Forum Discussion
import model to Analysis Services
- 7 years ago
The most flexible way is to use the PBI REST API to do this - https://docs.microsoft.com/en-us/rest/api/power-bi/
We have done something similar among other dataset manipulations. You can also use the TOM library to create dimensions, measures, relationships, etc. Here is the link for that. https://docs.microsoft.com/en-us/bi-reference/tom/introduction-to-the-tabular-object-model-tom-in-analysis-services-amo
The one below seems to do what you are looking for, but it's a manual process:
https://github.com/neaorin/ImportPowerBIToSSAS
Hope this helps.
Luis.
The most flexible way is to use the PBI REST API to do this - https://docs.microsoft.com/en-us/rest/api/power-bi/
We have done something similar among other dataset manipulations. You can also use the TOM library to create dimensions, measures, relationships, etc. Here is the link for that. https://docs.microsoft.com/en-us/bi-reference/tom/introduction-to-the-tabular-object-model-tom-in-analysis-services-amo
The one below seems to do what you are looking for, but it's a manual process:
https://github.com/neaorin/ImportPowerBIToSSAS
Hope this helps.
Luis.