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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
SamitDesai
Frequent Visitor

Enable Use natural language to explore data with Power BI Q&A Using Rest API

How to enable Q&A on dataset using Rest API. it is possible to do it using Rest Api 

 

I am able to do it using online portal , but how to do it using rest api. 

SamitDesai_0-1685477253192.png

 

2 REPLIES 2
SamitDesai
Frequent Visitor

Hello  Team _ Rongtie, @v-rongtiep-msft  

for all our dataset both of the flags are off, but still it says Q&A not enable for dtaset. 

 

"isEffectiveIdentityRequired": false,
"isEffectiveIdentityRolesRequired": false

 

Below are the dataset details 

 

{
  "@odata.context": "http://wabi-us-east2-redirect.analysis.windows.net/v1.0/myorg/$metadata#datasets/$entity",
  "id": "cef04318-fc92-47c6-9ef9-39fa3e3eb295",
  "name": "abc",
  "webUrl": "https://app.powerbi.com/groups/me/datasets/cef04318-fc92-47c6-9ef9-39fa3e3eb295",
  
  "isRefreshable": false,
  "isEffectiveIdentityRequired": false,
  "isEffectiveIdentityRolesRequired": false,
  "isOnPremGatewayRequired": true,
  "targetStorageMode": "Abf",
  "createReportEmbedURL": "https://app.powerbi.com/reportEmbed?.....",
  "qnaEmbedURL": "https://app.powerbi.com/qnaEmbed?config=..........",
  "upstreamDatasets": [],
  "users": [],
  "queryScaleOutSettings": {
    "autoSyncReadOnlyReplicas": true,
    "maxReadOnlyReplicas": 0
  }
}

 

 

SamitDesai_1-1685639384730.png

 

Only way to enable is by following below link, but i want to perform below step in code using SDK or rest api

https://learn.microsoft.com/en-us/power-bi/create-reports/service-q-and-a-direct-query#enable-qa 

v-rongtiep-msft
Community Support
Community Support

Hi @SamitDesai ,

Yes, it is possible to enable Q&A on a dataset using the Power BI REST API. You can use the "Update Dataset" API to enable Q&A on a dataset. To do this, you need to set the "IsEffectiveIdentityRequired" and "IsEffectiveIdentityRolesRequired" properties to "false" in the request body.

Here is an example of the request body:

{
  "isEffectiveIdentityRequired": false,
  "isEffectiveIdentityRolesRequired": false
}

You can use any REST client to send the request to the Power BI REST API endpoint. You need to authenticate the request using an Azure Active Directory (AAD) access token.

Please note that enabling Q&A on a dataset requires the dataset to be in a workspace that has a Premium capacity or a Power BI Embedded capacity.

 

How to Get Your Question Answered Quickly 

 

If it does not help, please provide more details .

 

Best Regards
Community Support Team _ Rongtie

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

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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

Top Solution Authors
Top Kudoed Authors