variable
variable

Reputation: 9736

How to migrate AAS/SSAS cube to Power BI premium?

We have few cubes located in on-prem SSAS and on AAS (Azure analysis services). The report connect to the cube via live connection.

We are planning to migrate the cubes into the Power BI Premium workspace.

I want to ask - how do I migrate the cube from analysis services to Power BI Premium? Do I publish the model from visual studio analysis services project into Power BI premium workspace? Or do I convert the visual studio analysis services project into .pbix based data model?

Upvotes: 2

Views: 2550

Answers (2)

AmilaMGunawardana
AmilaMGunawardana

Reputation: 1830

Hi Easiest way is to migrate using Tabular Editor

First in power bi make sure you have enabled XMLA endpoint read write enabled in the tenant. Refer below SS PBI tenant settings

Get the analysis services url and click on From DB and paste the AAS url

Tabular from DB

AAS URL

Be mindful of the compatibility level Recommending to put it into 1565 range

C level

After this deploy into the premium workspace.

deploy

Get the wokrspace connection string from below mentioned place.

WP url

Paste it in below.

Paste

Deploy by picking following settings.

enter image description here

And Deploy.

enter image description here

UPDATE

Now AAS model migration is available natively in powerbi refer below link for more information,

https://learn.microsoft.com/en-us/power-bi/enterprise/aas-pbi-migration-overview

Upvotes: 6

GregGalloway
GregGalloway

Reputation: 11625

Deploying the code like @amelia suggested is a great way to migrate and the answer was extremely well written. For AAS there is a new built-in migration process which backs up and restores the AAS model to Power BI. Then it enables redirection so that existing Excel reports (or other client tools) automatically are redirected to Power BI.

Upvotes: 4

Related Questions