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.
AccessiblePDF is a new feature available in Power BI Report Server (March 2018) and later. However when I configured it in the rsreportserver.config file like below, the Report Service was just frozen. I tried this in 3 latest Power BI Report Server instances, all behaved like that. Anyone had the same problem? Thanks.
Solved! Go to Solution.
Try removing the closing slash on the <Extension .... /> element, Also you'll need to make sure you close the element out with </Element> after the Configuration section.
Try removing the closing slash on the <Extension .... /> element, Also you'll need to make sure you close the element out with </Element> after the Configuration section.
Thanks. That works.