Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Solved! Go to Solution.
Hi @Vishal-Sepaia_m ,
Power BI Report Server does not support custom rendering extensions, unlike SQL Server Reporting Services (SSRS). This limitation is the reason behind the following error:
Use the built-in export formats (e.g., CSV, Excel, PDF).
Perform any required custom formatting (such as converting CSV to tab-delimited) externally using PowerShell, C#, or other tools.
If custom rendering extensions are essential to your use case, consider hosting your .rdl reports in SQL Server Reporting Services (SSRS) 2019 or 2022, which does support custom rendering extensions.
Note: While modifying RSReportServer.config and deploying custom DLLs works in SSRS, it is not supported in Power BI Report Server 2022, even though the folder structure and configuration files appear similar.
Hi @Vishal-Sepaia_m , Hope you're doing okay! May we know if it worked for you, or are you still experiencing difficulties? Let us know — your feedback can really help others in the same situation.
Hi @Vishal-Sepaia_m , hope you are doing great. May we know if your issue is solved or if you are still experiencing difficulties. Please share the details as it will help the community, especially others with similar issues.
Hi @jaineshp,
I am trying to do this in power bi report builder and i am using SSRS (i think):: saving my dll here (C:\Program Files\Microsoft SQL Server Reporting Services\SSRS\ReportServer\bin)
isnt it the same thing?
I am pretty new to power bi.
Thanks
Hi @Vishal-Sepaia_m ,
Power BI Report Server does not support custom rendering extensions, unlike SQL Server Reporting Services (SSRS). This limitation is the reason behind the following error:
Use the built-in export formats (e.g., CSV, Excel, PDF).
Perform any required custom formatting (such as converting CSV to tab-delimited) externally using PowerShell, C#, or other tools.
If custom rendering extensions are essential to your use case, consider hosting your .rdl reports in SQL Server Reporting Services (SSRS) 2019 or 2022, which does support custom rendering extensions.
Note: While modifying RSReportServer.config and deploying custom DLLs works in SSRS, it is not supported in Power BI Report Server 2022, even though the folder structure and configuration files appear similar.
Hi @Vishal-Sepaia_m,
Power BI Report Server does not support custom rendering extensions like SQL Server Reporting Services (SSRS) does. This limitation causes the rsRenderingExtensionNotFound error when trying to register custom exporters.
To work around this:
Use the built-in export formats (CSV, Excel, etc.).
Perform any custom formatting (e.g., converting CSV to tab-delimited) externally with scripts or tools.
For full custom rendering extension support, consider using SSRS instead.
Modifying RSReportServer.config and deploying custom DLLs works in SSRS but is unsupported in Power BI Report Server 2022.
If this helped you, kindly give me kudos and mark my reply as the solution. Thanks!
Best regards,
Jainesh Poojara
User | Count |
---|---|
7 | |
3 | |
2 | |
2 | |
2 |
User | Count |
---|---|
10 | |
3 | |
3 | |
2 | |
2 |