Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
I have setup roles in powerbi desktop. Can view as roles in desktop. But while embedding i'm getting this error
{ code: 'InvalidRequest', message: 'Creating embed token with effective identity requires dataset to be provided' }
My payload to token fetch API is
{
"accessLevel": 'View',
"identities": [ { "username": "username", "roles": [ "role" ], "datasets": ["datasetid"] }]
}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.