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.
I am using Report Embed url as a link to a specific page in my Workspace App.
I use url parameters to control some features, such as:
navContentPaneEnabled=false
I want also to control how the report is shown. By dealt, I've published it as "Actual Size"
But when embedding I would like to set it to "Fit to Width" by also using url parameter.
What parameter should I add?
Hi @iBusinessBI ,
You can surely set the page size in power bi desktop but these iframe parameters you use when you embed the report in the website
I can only find some information about iFrame settings here.
You may check if the document helps.
A Publish to web embed code looks like the following example:
You can edit the width and height manually to ensure it's precisely how you want it to fit in the page where you're embedding it.
Best Regards
Community Support Team _ Polly
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
No, this is not what I want.
I want to set the page size to one of the three pre-build sizes (as in the desktop):
- Fit to Page
- Fit to Width
- Actual Size
I guess we cannot do it with url parameters....