Forum Discussion
How to Create Embed report using Azure Logic apps for SSAS Cube Live connection with Roles defined
- Anonymous4 years ago
Hi gvrspk ,
Please review the following links and check if they can resolve your problem.
1. i hope for SSAS Live connection no need to create Roles in Powerbi reports , please confirm this.
Row Level Security with SSAS Tabular Live Connection in Power BI
2. How to implement RLS in Embed report and how to pass custom data using logic apps.
Row-level security with Power BI Embedded
{ "accessLevel": "View", "identities": [ { "username": "EffectiveIdentity", "roles": [ "Role1", "Role2" ], "datasets": [ "fe0a1aeb-f6a4-4b27-a2d3-b5df3bb28bdc" ] } ] }3. How to connect SSAS live connection using logic apps.
Do you mean that refresh a Power BI Dataset using Azure Logic App? If yes, you can refer the following blogs to get it.
Refresh a Power BI Dataset using Azure Logic App
Best Regards
Hi gvrspk ,
Please review the following links and check if they can resolve your problem.
1. i hope for SSAS Live connection no need to create Roles in Powerbi reports , please confirm this.
Row Level Security with SSAS Tabular Live Connection in Power BI
2. How to implement RLS in Embed report and how to pass custom data using logic apps.
Row-level security with Power BI Embedded
{
"accessLevel": "View",
"identities": [
{
"username": "EffectiveIdentity",
"roles": [ "Role1", "Role2" ],
"datasets": [ "fe0a1aeb-f6a4-4b27-a2d3-b5df3bb28bdc" ]
}
]
}
3. How to connect SSAS live connection using logic apps.
Do you mean that refresh a Power BI Dataset using Azure Logic App? If yes, you can refer the following blogs to get it.
Refresh a Power BI Dataset using Azure Logic App
Best Regards