Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
My Power BI report has two data sources from two different workspaces. Part 1 (Section 1) of report renders fine, But when I use second semantic model for report from a different workspace. Power Automate fails to render the report.
Error does not show up, I don't have access to power bi server logs or Power Automate logs.
originally asked here
https://stackoverflow.com/questions/78976361/power-automate-power-bi-scheduled-report-can-not-read-d...
Thanks
ABK
Solved! Go to Solution.
The issue was fixed by using right power automate request. passing correct identity values in request.
Correct power automate Request for multiple dataset with RLS:
Correct power automate Request for multiple dataset with RLS:
{
"host": {
"connectionReferenceName": "shared_powerbi",
"operationId": "InitiateExportToFileForPbiReports"
},
"parameters": {
"groupid": "workspace GUID",
"reportid": "workspace GUID",
"ExportPayloadPowerBIReport/format": "PDF",
"ExportPayloadPowerBIReport/PowerBIReportExportConfiguration/identities": [
{
"username": "testuser@abk.com",
"datasets": [
"dataset 1 guid",
"dataset 2 guid"
],
"roles": [
"RLS ROLE 1",
"RLS ROLE 1"
]
}
]
}
}
The issue was fixed by using right power automate request. passing correct identity values in request.
Correct power automate Request for multiple dataset with RLS:
Correct power automate Request for multiple dataset with RLS:
{
"host": {
"connectionReferenceName": "shared_powerbi",
"operationId": "InitiateExportToFileForPbiReports"
},
"parameters": {
"groupid": "workspace GUID",
"reportid": "workspace GUID",
"ExportPayloadPowerBIReport/format": "PDF",
"ExportPayloadPowerBIReport/PowerBIReportExportConfiguration/identities": [
{
"username": "testuser@abk.com",
"datasets": [
"dataset 1 guid",
"dataset 2 guid"
],
"roles": [
"RLS ROLE 1",
"RLS ROLE 1"
]
}
]
}
}
Flow user is me and I have created both workspaces and I am the admin of the workspaces. They are in premium capacity.
That's nice but not what I mean. Did you install both apps?
Does it work with a single (not composite) semantic model?
Sorry if I am missing on something, I have not used any Power BI App feature,
But both have RLS and access enabled. I am running automate flow using my creds which have all access.
The flow user needs to have registered/installed both Power BI apps.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
19 | |
16 | |
15 | |
12 | |
11 |
User | Count |
---|---|
32 | |
25 | |
25 | |
19 | |
19 |