Forum Discussion
npnigro
8 years agoAdvocate III
Power BI Embedded for WordPress now available!
I wanted to make you aware of a plugin that Atlas Public Policy (www.atlaspolicy.com) has created to makes it easy to integrate Power BI Embedded with your WordPress website. Atlas uses Power BI ...
adeelnazir786
6 years agoHelper I
Hi npnigro
Great news for me. I'm able to connect Power BI Reports with Wordpress by following all steps
Now i want to see RLS i.e. applied on my reports. Over wordpress plugin setting i couldnt see any option to add body like we did in REST API on Power BI Embedded Playground (Below Json example).
In short: How can i apply RLS, instructions are not clear to me.
Body:
{
"accessLevel": "View",
"allowSaveAs": "false",
"identities": [
{
"username": "[email protected]",
"roles": [
"UserRole"
],
"datasets": [
"bf6bea64-e582-4848-aaa6-ef34ccbc8e34"
]
}
]
}
Please help.
Thanks & Regards,
Adeel