Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
karthikaganesh
Frequent Visitor

XMLA endpoint issue

I'm working on powerbi report builder. My dataset is too large so I'm trying to get data using xmla endpoint. It is not working. I tried the same credentials in mirosoft sql server management studio. It is working fine. But in Report builder its not working.

While choosing the data source as Microsoft SQl in data source properties and Azure analysis service in Connection properties, Test connection succeeded.

 

WHile the data source is Azure analysis service in connection properties and  microsoft sql service analysis in data source properties, Test connection succeeded in that  levelWHile the data source is Azure analysis service in connection properties and microsoft sql service analysis in data source properties, Test connection succeeded in that level

But testing in data source properties showing this below error.

 

 

After closing the connection properties tab and testing connection in data source properties. It is showing error.After closing the connection properties tab and testing connection in data source properties. It is showing error.

When giving the same data source name showing error in connection properties.

 

If the data source is same in data source properties and connection properties it is showing error like thisIf the data source is same in data source properties and connection properties it is showing error like this

When both are Azure analysis service showing error.

 

if both data sources are azure analysis serivie again showing errorif both data sources are azure analysis serivie again showing error

 

when Data source is azure analysis service in data source properties and microsoft sql server analysis in connection proprties, Test connection succeeded.

while giving different name not showing error in connection property levelwhile giving different name not showing error in connection property level

But after testing in data source properties, showing error.

 

but showing error in data source property tabbut showing error in data source property tab

 

 

 

Really I'm confused, how to connect through XMLA Endpoint. Can anyone help me with this.

Thank you.

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @karthikaganesh  ,

By default, Premium capacity or Premium Per User dataset workloads have the XMLA endpoint property setting enabled for read-only. This means applications can only query a dataset. For applications to perform write operations, the XMLA Endpoint property must be enabled for read-write.

 

To enable read-write for a Premium capacity

  1. Click Settings > Admin portal.

  2. In the Admin portal, select Capacity settings > Power BI Premium > capacity name.

  3. Expand Workloads. In the XMLA Endpoint setting, select Read Write. The XMLA Endpoint setting applies to all workspaces and datasets assigned to the capacity.

With some tools, such as SQL Server Profiler, you must specify an Initial Catalog, which is the dataset (database) to connect to in your workspace. In the Connect to Server dialog, select Options > Connection Properties > Connect to database, enter the dataset name.

vpollymsft_1-1657089493308.png

 

Unsupported datasets

The following datasets aren't accessible by using the XMLA endpoint. These datasets won't appear under the workspace in SSMS or in other tools:

  • Datasets based on a live connection to an Azure Analysis Services or SQL Server Analysis Services model.
  • Datasets based on a live connection to a Power BI dataset in another workspace. To learn more, see Intro to datasets across workspaces.
  • Datasets with Push data by using the REST API.
  • Datasets in My Workspace.

Excel workbook datasets.

More details: Dataset connectivity with the XMLA endpoint 

Troubleshoot XMLA endpoint connectivity 

 

Best Regards
Community Support Team _ Polly

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

 

View solution in original post

6 REPLIES 6
Chandani_Harshi
Frequent Visitor

@amitchandak I am trying to connect SSMS with XMLA endpoint, After changing the XMLA endpoint to read/write from capacity settings. I am getting this error. 

SSMS-XMLA-Endpoint.png

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

How would I solve this error ?

AzizQuazi
Helper I
Helper I

Hi @amitchandak , Is it possible to establish a connection between DAX Studio and XMLA endpoints within a Fabric Trial capacity? Thanks in advance.

Anonymous
Not applicable

Hi @karthikaganesh  ,

By default, Premium capacity or Premium Per User dataset workloads have the XMLA endpoint property setting enabled for read-only. This means applications can only query a dataset. For applications to perform write operations, the XMLA Endpoint property must be enabled for read-write.

 

To enable read-write for a Premium capacity

  1. Click Settings > Admin portal.

  2. In the Admin portal, select Capacity settings > Power BI Premium > capacity name.

  3. Expand Workloads. In the XMLA Endpoint setting, select Read Write. The XMLA Endpoint setting applies to all workspaces and datasets assigned to the capacity.

With some tools, such as SQL Server Profiler, you must specify an Initial Catalog, which is the dataset (database) to connect to in your workspace. In the Connect to Server dialog, select Options > Connection Properties > Connect to database, enter the dataset name.

vpollymsft_1-1657089493308.png

 

Unsupported datasets

The following datasets aren't accessible by using the XMLA endpoint. These datasets won't appear under the workspace in SSMS or in other tools:

  • Datasets based on a live connection to an Azure Analysis Services or SQL Server Analysis Services model.
  • Datasets based on a live connection to a Power BI dataset in another workspace. To learn more, see Intro to datasets across workspaces.
  • Datasets with Push data by using the REST API.
  • Datasets in My Workspace.

Excel workbook datasets.

More details: Dataset connectivity with the XMLA endpoint 

Troubleshoot XMLA endpoint connectivity 

 

Best Regards
Community Support Team _ Polly

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

 

Is it possible to establish a connection between DAX Studio and XMLA endpoints within a Fabric Trial capacity?

amitchandak
Super User
Super User

@karthikaganesh , XMLA End point needs to need to be enabled from Admin Portal and also you need to set Red/Write from capacity setting.

 

 

Discussed here

Data Refresh using SQL Server Management Studio: https://youtu.be/kyCnnpjOwpI

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

@amitchandakIs it possible to connect DAX Studio and XMLA endpoints within a Fabric Trial capacity? I appreciate any help you can provide.

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors