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

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric challenge.

Reply
andreazambon
Helper V
Helper V

Extract the report to PDF and sent it via mail

Hello there. 

 

I built a flow to extract my report in PDF and send it via mail to some users.

The flow fails in the extract component because, it siy, it can't find the report:

 

{
  "error": {
    "code": "FeatureNotAvailableError",
    "pbi.error": {
      "code": "FeatureNotAvailableError",
      "parameters": {},
      "details": []
    }
  }
}

 

 

 

I tried with different reports without success, here's my setup.

andreazambon_0-1704807031372.png

 

Can someone help me with this?

Thankyou

 

1 ACCEPTED SOLUTION
andreazambon
Helper V
Helper V

I got it:

 

you need a capacity premium license. Premium-per-users does allow you to export PDF from the service but not from the APi via PowerAutomate. 

Hilarious.

 

View solution in original post

2 REPLIES 2
v-kongfanf-msft
Community Support
Community Support

Hi @andreazambon ,

 

Yes, as you said. the Power BI report is exported as a PDF and attached to a weekly email that is sent out.
Some prerequisites are required:

  • At least one workspace in your Power BI tenant backed by a reserved capacity. This capacity can be any of the
  • A1/EM1 - A6/P3 SKUs. Read more about reserved capacities in Power BI Premium.
    Access to the standard connectors in Power Automate which come with any Office 365 subscription.

For more details, you can refer to below document:

Export and email a report with Power Automate - Power BI | Microsoft Learn


Best Regards,
Adamk Kong

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly

andreazambon
Helper V
Helper V

I got it:

 

you need a capacity premium license. Premium-per-users does allow you to export PDF from the service but not from the APi via PowerAutomate. 

Hilarious.

 

Helpful resources

Announcements
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel

Power BI Monthly Update - May 2024

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

Top Solution Authors