Jim Grant
Jim Grant

Reputation: 1148

Power BI Custom Visuals Exporting to PDF

I have a number of custom visuals, wrote due to the fact that there wasn't any other visual that met my requirement (obviously) and they work fine. But, when I go to export to PDF, the custom visuals do not show.

Having looked at the Power BI documentation, there is talk of rendering events in order to export to PDF or PowerPoint, but no working examples.

Does anyone have a working example of how a custom visual can export to PDF?

Regards

Upvotes: 1

Views: 2480

Answers (1)

Andrey Nikolov
Andrey Nikolov

Reputation: 13450

As stated in the official docs, custom visuals in PDF export is supported only if they are certified:

Custom visuals that have been certified are supported. For more information on certified custom visuals, including how to get a custom visual certified, see Get a custom visual certified. Custom visuals that haven't been certified aren't supported. In the PDF, they display with an error message.

If you follow the link Get a custom visual certified, you will find a long list of certification requirements. If you comply with them, you should submit your visuals for certification, by sending an e-mail (!!!) to Power BI Power BI visuals Support team ([email protected]) with a link to GitHub repository, where your visuals are hosted.

Upvotes: 2

Related Questions