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.
Hi All,
I have my pbix file which developed using Power BI Desktop, i wanna generete and export the report file in webpage without using power bi server. it it possible in java code.any idea pls suggest
Solved! Go to Solution.
Hi @iyyappan ,
I think you can try to export Power BI Report by Power BI Rest API.
What kind of file format do you want, pbix (download) or PDF,CSV,XLSX...(export)?
1. Get Pbix file:
From My workspace
From App workspace:
Reports - Export Report In Group
2. PDF,CSV,XLSX...:
From My workspace
From App workspace:
Reports - Export To File In Group
Here is a blog about how to export Power BI Report by Power BI Rest API to PDF by our engineer.
Best Regards,
Rico Zhou
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi Team,
Thanks for the support . I need to generate the report Excel and PDF files.
Regards,
Iyyappan S
Hi @iyyappan ,
I think you can try to export Power BI Report by Power BI Rest API.
What kind of file format do you want, pbix (download) or PDF,CSV,XLSX...(export)?
1. Get Pbix file:
From My workspace
From App workspace:
Reports - Export Report In Group
2. PDF,CSV,XLSX...:
From My workspace
From App workspace:
Reports - Export To File In Group
Here is a blog about how to export Power BI Report by Power BI Rest API to PDF by our engineer.
Best Regards,
Rico Zhou
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.