March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
This is happening to old PBIX files that we haven’t touched in a while, that were originally built with an Analysis Services data source pointed to our server/data model. In the present, we get a requirement to change something in the report, so we open them up, make the change, and then publish… the report throws an error in the service because an issue with the connection to the data. We re-open the file to see that the Data Source has changed to AtScale. We have caught this happening prior to making any changes or publishing, so I am like 90% sure that Power BI Desktop is mis-reading/mis-interpreting embedded connection/datasource metadata as this “AtScale” data source type, and we can’t convert it back once it happens.
Here is the Connection metadata for one of these PBIX files, last modified 6/16/23, before I open it in Power BI Desktop:
{"Version":3,"Connections":[{"Name":"EntityDataSource","ConnectionString":"Data Source=redacted;Initial Catalog=redacted;Cube=Model","ConnectionType":"analysisServicesDatabaseLive"}],"RemoteArtifacts":[{"DatasetId":"redacted","ReportId":"redacted"}]}
I open a copy in Power BI Desktop and look at the Data Source. It still shows the SQL Server Analysis Services database dialog
Here is an example of an impacted file, last modified 3/11/24:
{"Version":3,"Connections":[{"Name":"EntityDataSource","ConnectionString":"Data Source=redacted;Initial Catalog=redacted;Cube=Model","ConnectionType":"atScaleDatabaseLive"}],"RemoteArtifacts":[{"DatasetId":"redacted","ReportId":"redacted"}]}
When opening the data source in Power BI the dialog is AtScale Models
We didn’t change the data source. In fact, as you know, you can’t change the connection type from Power BI Desktop after it’s set… Get Data is grayed out. All you can do is change the server and data model it’s pointing to by going into Data Source options.
See this thread: SSAS Tabular Model has been changed to AtScale mod... - Microsoft Fabric Community
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.