Forum Discussion
HMEUserAnup
4 years agoNew Member
RLS with multiple roles not working with embedded reports
Hi, we are trying to implement RLS feature in the .net application using PowerBI embed and are trying to pass multiple roles based on which the logged in user should see the filtered report on th...
Anonymous
4 years agoNot applicable
{
"accessLevel": "View",
"identities": [
{
"username": "[email protected]",
"roles": [
"sales"
],
"datasets": [
"cfafbeb1-8037-4d0c-896e-a46fb27ff229"
]
}
]
}