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.
Hello ,,
I want to share or get an Ifarme for power bi report server but for public
I could find topic for putting powerbi page in Iframe
<iframe width="1000" height="700" src="http://my-server:myport/Reports/powerbi/myreportname?rs:embed=true" frameborder="0" allowFullScreen=...
but this require login..
if I put a folder on server and gave create a user that has an access to this specific folder...
how can I enject the user name and password to the Iframe,,?
this is what I thought about
or can you help me with way to share a folder on server to public...
Solved! Go to Solution.
Hi @Anonymous ,
According to your description, you can only set the query string parameter in the iframe for report embedding. Putting the username and password in does not seem to work and is an unsafe way to share.
You can refer to the following similar solution that provides a way to pass a username and password.
If the problem is still not resolved, please point it out and provide related operation screenshoots. Looking forward to your feedback.
Best Regards,
Henry
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Anonymous ,
According to your description, you can only set the query string parameter in the iframe for report embedding. Putting the username and password in does not seem to work and is an unsafe way to share.
You can refer to the following similar solution that provides a way to pass a username and password.
If the problem is still not resolved, please point it out and provide related operation screenshoots. Looking forward to your feedback.
Best Regards,
Henry
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.