The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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
Solved! Go to Solution.
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
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.
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.
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?
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
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