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

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

Reply
aduerrstein
Regular Visitor

Rest API datasets/{datasetId}/executeQueries does not support INFO functions

Hi,

 

have the issue that the API request POST https://api.powerbi.com/v1.0/myorg/datasets/{datasetId}/executeQueries does not support INFO functions. That is also mentioned in Datasets - Execute Queries - REST API (Power BI Power BI REST APIs) | Microsoft Learn.

 

However, I am 100 percent sure that it once worked.

I have the old queries in my Postman solution. Example body is the following: 

{
  "queries": [
    {
      "query": "EVALUATE INFO.RELATIONSHIPS()"
    }
  ],
  "serializerSettings": {
    "includeNulls": true
  }
}

Can anybody help me?

Is it planned to reactivate the INFO functions for that endpoint?

Can I use another way with REST and not XMLA?

 

Best Regards

Alex

1 ACCEPTED SOLUTION
lbendlin
Super User
Super User

You need to raise a ticket with Microsoft. Include your CapacityID and ask them to re-enable INFO queries for that CapacityID.

 

I wish I was joking. I'm not. We've been through that for our capacities.

View solution in original post

4 REPLIES 4
v-echaithra
Community Support
Community Support

Hi @aduerrstein ,

We wanted to kindly follow up to check if the solution provided for the issue worked? or Let us know if you need any further assistance?
If our response addressed, please mark it as Accept as solution and click Yes if you found it helpful.

 

Regards,
Chaithra.

v-echaithra
Community Support
Community Support

Hi @aduerrstein ,

As we haven’t heard back from you, we wanted to kindly follow up to check if the solution provided for the issue worked? or Let us know if you need any further assistance?
If our response addressed, please mark it as Accept as solution and click Yes if you found it helpful.

 

Regards,
Chaithra.

v-echaithra
Community Support
Community Support

Hi @aduerrstein ,

We wanted to kindly follow up to check if the solution provided for the issue worked? or Let us know if you need any further assistance?
If our response addressed, please mark it as Accept as solution and click Yes if you found it helpful.

 

Regards,
Chaithra.

lbendlin
Super User
Super User

You need to raise a ticket with Microsoft. Include your CapacityID and ask them to re-enable INFO queries for that CapacityID.

 

I wish I was joking. I'm not. We've been through that for our capacities.

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors