The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
Hello, Generate a embedded token to a report which has a Power BI dataset as a datasource, needs especified all datasets in the request. Please create a endpoint to return all this datasets of specific report.
For example: GET https://api.powerbi.com/v1.0/myorg/reports/{reportId}/datasets
and the response like:
{
"value": [
{
"datasetId": "xxxxx-xxx-xxx-xx",
"isEffectiveIdentityRequired": true,
"isEffectiveIdentityRolesRequired": true
},
{
"datasetId": "xxxxx-xxx-xxx-xx",
"isEffectiveIdentityRequired": false,
"isEffectiveIdentityRolesRequired": false
},
]
}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.