The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi Team,
Request you to provide an alternate solution to fix the rs:embed=true not working in asp.net url page.
Solved! Go to Solution.
Microsoft just released an update that may fix this issue along with a few others
See here for the change log https://docs.microsoft.com/en-us/power-bi/report-server/changelog
And you can download the update from here https://aka.ms/pbireportserver
Add ?rs:embed=true to the end of the URL
I had the same problem, I removed the colon symbol between 'rs' and 'embed' and it works.
I just add '?rsembed=true' in the end of the URL instead of '?rs:embed=true'.
I hope that it can help.
Thank you for the information.
We have tired the option you have provided by stating ?rsembed=true still it is not working January 2020 power bi report server version.
Microsoft just released an update that may fix this issue along with a few others
See here for the change log https://docs.microsoft.com/en-us/power-bi/report-server/changelog
And you can download the update from here https://aka.ms/pbireportserver
The new release from Microsoft fixed the issue. Thank you Microsoft team for new release.
https://www.microsoft.com/en-us/download/details.aspx?id=55329
Thank you for the update. I will install the latest update in our server and will check it.