This is a testing embed report with hidden filter:
To hide the filters pan, clck on the eye icon aside the Filters header. The eye icon to hide individual filter doesn’t appear to be working in embed mode, until the entire filter pan is hidden.
Following is the url with filter format
URL?filter=Table/Field eq 'filter value'
URL?filter=Table/Field in ('value1', 'value2')
With ifram embeding, you will need to use &$ instead of ? to add the filter to the url
URL&$filter=Table/Field eq 'filter value'
URL&$filter=Table/Field in ('value1', 'value2')
Strings must be enclosed with single quotes, as in ‘manager name’. Numbers require no special formatting. For mor info see Filter a report using query string parameters in the URL.
There are two ways to embed a Power BI report in your app.
Publish To Web (public): This option shares your report with the “world”. It’s insecure. No credentials or Power BI license required when access the report. The report and data are exposed to everyone with internet connection when the URL is exposed. Microsoft can also use the published report in its own Public Galleries if it desires to do so. Only use this option if your data is open to publich review!
Website or portal: This option shares your report internally to your organisation. It’s secure. It requires credentials to login when access the report. Each user will require Power BI license to access the report.