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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
yoki
Regular Visitor

export to pdf or csv in our custom visual

Screenshot 2025-01-11 125753.png
like in the message i ihave the export data button to download this visual content with the image i picked in the visual in pdf or csv format.But none of the method is working to download this contents . we could able to export data by clicking on the three dots in the visual but that csv file only has the fields creditstatus,customerdea but not the image i picked. so is there any workaround solution for this problem or not?please help me address this problem

2 ACCEPTED SOLUTIONS
AmiraBedh
Super User
Super User

You didn't specify which custom visual you are using but I think it should be certified.

Here is an old thread : https://stackoverflow.com/questions/58197791/power-bi-custom-visuals-exporting-to-pdf

 


Proud to be a Power BI Super User !

Microsoft Community : https://docs.microsoft.com/en-us/users/AmiraBedhiafi
Linkedin : https://www.linkedin.com/in/amira-bedhiafi/
StackOverflow : https://stackoverflow.com/users/9517769/amira-bedhiafi
C-Sharp Corner : https://www.c-sharpcorner.com/members/amira-bedhiafi
Power BI Community :https://community.powerbi.com/t5/user/viewprofilepage/user-id/332696

View solution in original post

Anonymous
Not applicable

Hi @yoki ,

 

I agree with AmiraBedh idea. Based on your description, your custom visual cannot be found in AppSource. According to the documentation, certified Power BI visuals must be in the Marketplace, so your custom visual is not certified. According to the documentation, only certified Power BI custom visuals support export.

 

You can refer to the following documents to obtain certification for your custom visuals.

Get your Power BI visuals certified - Power BI | Microsoft Learn

 

Best Regards,

Neeko Tang

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

5 REPLIES 5
Anonymous
Not applicable

Hi @yoki ,

 

I agree with AmiraBedh idea. Based on your description, your custom visual cannot be found in AppSource. According to the documentation, certified Power BI visuals must be in the Marketplace, so your custom visual is not certified. According to the documentation, only certified Power BI custom visuals support export.

 

You can refer to the following documents to obtain certification for your custom visuals.

Get your Power BI visuals certified - Power BI | Microsoft Learn

 

Best Regards,

Neeko Tang

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

yoki
Regular Visitor

That custom visual is i created by typescript code. SO that visual is imported into powerbi by clicking import a visual from a file option not the get more visuals.
In that visual you can see the export data button which is i added to export my custom visual with the data and the image in pdf format.But that seems to be not working.

can you then share your typescript code?


Proud to be a Power BI Super User !

Microsoft Community : https://docs.microsoft.com/en-us/users/AmiraBedhiafi
Linkedin : https://www.linkedin.com/in/amira-bedhiafi/
StackOverflow : https://stackoverflow.com/users/9517769/amira-bedhiafi
C-Sharp Corner : https://www.c-sharpcorner.com/members/amira-bedhiafi
Power BI Community :https://community.powerbi.com/t5/user/viewprofilepage/user-id/332696

Hi @AmiraBedh 

 

Custom visual can be downloaded to pdf using the download api, if we wanted to leveage the export to pdf feature of pbi then we need to certified the custom visual.

https://learn.microsoft.com/en-us/power-bi/developer/visuals/file-download-api

 

i am working on custom visual where i need to download the visual in pdf, pdf is created and downloaded but not showing the content,can  please share some code or example using download api to download visual into pdf

AmiraBedh
Super User
Super User

You didn't specify which custom visual you are using but I think it should be certified.

Here is an old thread : https://stackoverflow.com/questions/58197791/power-bi-custom-visuals-exporting-to-pdf

 


Proud to be a Power BI Super User !

Microsoft Community : https://docs.microsoft.com/en-us/users/AmiraBedhiafi
Linkedin : https://www.linkedin.com/in/amira-bedhiafi/
StackOverflow : https://stackoverflow.com/users/9517769/amira-bedhiafi
C-Sharp Corner : https://www.c-sharpcorner.com/members/amira-bedhiafi
Power BI Community :https://community.powerbi.com/t5/user/viewprofilepage/user-id/332696

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

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

Top Solution Authors