Forum Discussion
All possible Power BI Service embed URL parameters
reportSection: This parameter allows you to navigate to a specific report page by providing the page name.
Example: ?reportSection=ReportSectionName
filter: You can apply filters directly within the URL to display only certain data when the report loads.
Example: ?filter=TableName/FieldName eq 'value'
bookmark: Navigate to a specific bookmark in the report by specifying the bookmark name.
Example: ?bookmark=BookmarkName
pageName: Similar to reportSection, it allows you to open a report to a specific page.
Example: ?pageName=ReportPageName
pageView: This parameter controls the view mode of the page, such as "FitToWidth" or "ActualSize."
Example: ?pageView=FitToWidth
navContentPaneEnabled: This parameter shows or hides the navigation pane.
Example: ?navContentPaneEnabled=false
filterPaneEnabled: Shows or hides the filter pane.
Example: ?filterPaneEnabled=false
fullscreen: Opens the report in full-screen mode.
Example: ?fullscreen=true
autoplay: Sets the report to automatically play through pages.
Example: ?autoplay=true
chromeless: Opens the report without the Power BI navigation chrome.
Example: ?chromeless=1
ctid: The tenant ID, which can be used when you want to embed a report for users from a specific tenant.
Example: ?ctid=tenantGUID
groupId: Specifies the workspace where the report is located.
Example: ?groupId=workspaceGUID
config: Allows passing in a configuration string that can control visual configuration settings.
Example: ?config=configurationString
- A_Tamalonis1 year agoNew Member
?pageView=FitToWidth is not working for me. I haven't found any values for the pageView parameter to have any impact on the loaded report.