Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
gvrspk
Regular Visitor

How to Create Embed report using Azure Logic apps for SSAS Cube Live connection with Roles defined

Hi All, 

 

I have a requirement to create Embed powerbi reporting using SSAS live connection as a source along with roles defined. 

 

1. in logic apps , while using HTTP i have tried below methods, 

"{

"accesslevel":"view",

"allowsaveas":"false",

"groupuseraccessrequest":"Role",

"Identifier":" ", 

"PrincipalType" : "App"

}" for this i got an error message like :  "Creating embed token for accessing dataset " " requires effective identity to be provided"

 

i tried to use below code 

"

{
"accesslevel": " View"
"identities" : [
{
"Username" : "Effective/identity",
"roles" : [" ", " "],
"customData" : ""
"datasets":[]
}
]
}" for this got an error : Resource access type View unsupported for Reports" 

 

i am new to this, can anyone help me to solve this issue. 

 

1. i hope for SSAS Live connection no need to create Roles in Powerbi reports , please confirm this. 

2. How to implement RLS in Embed report and how to pass custom data using logic apps. 

3. How to connect SSAS live connection using logic apps. 

 

Thanks in advance. 

1 ACCEPTED SOLUTION
v-yiruan-msft
Community Support
Community Support

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

yingyinr_0-1659075950458.png

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

yingyinr_1-1659076196118.png

yingyinr_2-1659076205880.png

Best Regards

Community Support Team _ Rena
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

1 REPLY 1
v-yiruan-msft
Community Support
Community Support

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

yingyinr_0-1659075950458.png

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

yingyinr_1-1659076196118.png

yingyinr_2-1659076205880.png

Best Regards

Community Support Team _ Rena
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.