Search code examples
sql-serverssascubessas-tabular

How to Find SSAS .sln files from tarbular cude that have been deployed to sql server to SSAS in visual studio


I have access to tabular cube that have been deployed to SQL Server Analysis Services (in SQL SERVER), But the parckage is that was deployed from is missing(That is the SSAS) and I am trying to find a way to open the cude in SSAS and add additional information to the cude eg columns and tables. See screen shot bellow (Just an example)

enter image description here

Is it possible to export this deployed cube back to SSAS so that I can see the underlying tables and relationship between the tables? Thanks


Solution

  • Yes, it is possible.

    • In a modern SSDT-BI, start a new project
    • Navigate to Business Intelligence->Analysis Services
    • Click on "Import from Server (Tabular)
    • Adjust a tabular model
    • Deploy it back to the sever
    • (highly recommended) Add a solution to a source control

    enter image description here