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

July 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more

Reply
Armand_Theron
Frequent Visitor

Rest API Export Report to PDF that uses Azure Analysis Service as a data set

Hi;

I'm using the Rest API Call : POST https://api.powerbi.com/v1.0/myorg/groups/{groupId}/reports/{reportId}/ExportTo.

 

I can successfully export a pdf report if the data is stored in PowerBI.

 

When I try to export a report to PDF that uses Analysis Service as it's Data Source
I then get the following Error : Export report requires effective identity to be provided for the report's data set.

 

What I have set up :
1. Premier Workspace where the PowerBI report is published
2. Followed the instructions to create a service principal and add it to power bi : https://docs.microsoft.com/en-us/power-bi/developer/embedded/embed-service-principal
3. The Service Principal has been added to the Azure Analysis Service Server as an Administrator
4. The Service Principal has been added to the Azure Analysis Service Database to a Role that has admin rights
5. Generate a Oauth Token :

grant_type:client_credentials
client_id: {My Client ID Generated in step 1}
client_secret:{Client Secret Generated in Step 1}
scope:openid
resource:https://analysis.windows.net/powerbi/api

6. Use the token received to call the Rest API Post Action : https://api.powerbi.com/v1.0/myorg/groups/{groupId}/reports/{reportId}/ExportTo


Is there something else that needs to be done in order to allow the generation of the pdf when the data set is from a analysis service database ?

 

Thanks in Advance

1 ACCEPTED SOLUTION
Armand_Theron
Frequent Visitor

Hi;

 

 

    Just an update on the solution.

    It seems to pass the effective identity one needs to add the following into the body :

   

{

    "format": "pdf",

    "powerBIReportConfiguration": {

        "identities": [

            {

                "username": "{ ServicePrincipal Object ID }",

                "roles": [

                    "{Role in AAS}"

                ],

                "datasets": [

                    "{datasetID}"

                ]

            }

        ]

    }

}

 

*Just also note as per the MS documentation that one needs to pass in the Service Principal object id and not the service ServicePrincipal app id

View solution in original post

1 REPLY 1
Armand_Theron
Frequent Visitor

Hi;

 

 

    Just an update on the solution.

    It seems to pass the effective identity one needs to add the following into the body :

   

{

    "format": "pdf",

    "powerBIReportConfiguration": {

        "identities": [

            {

                "username": "{ ServicePrincipal Object ID }",

                "roles": [

                    "{Role in AAS}"

                ],

                "datasets": [

                    "{datasetID}"

                ]

            }

        ]

    }

}

 

*Just also note as per the MS documentation that one needs to pass in the Service Principal object id and not the service ServicePrincipal app id

Helpful resources

Announcements
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

Fabric Community Sticker Design Challenge Barcelona Carousel

Fabric Community Sticker Challenge - Barcelona 2026

If you love stickers, then you will definitely want to check out our community sticker challenge, Barcelona edition!

July Power BI Update Carousel

Power BI Monthly Update - July 2026

Check out the July 2026 Power BI update to learn about new features.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.