Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreThe FabCon + SQLCon recap series starts April 14th at 8am Pacific. If you’re tracking where AI is going inside Fabric, this first session is a can't miss. 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.