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.
Update Power Bi Report Server to the January 2020 version, since then I have the following error
Refused to display 'https://xxxx? Rs: embed = true' in a frame because it set 'X-Frame-Options' to 'sameorigin'.
I only have Report Server installed
This is a known problem with the January 2020 release and a patch update is planned to be released. In the meantime, the issue can be resolved as follows:
The new CustomHeaders advanced server property in the January 2020 PBIRS release contains the following default value:
<CustomHeaders> <Header> <Name>X-Frame-Options</Name> <Pattern>(.+)((\/api)|(\/(mobilereport|report|powerbi|excel|pages)\/(.+)(rs:embed=true|rc:toolbar=false)))</Pattern> <Value>SAMEORIGIN</Value> </Header> </CustomHeaders>
The default value is causing failures in embedded scenarios when upgrading to the January 2020 PBIRS version. Currently, the workaround is to replace SAMEORIGIN with a wildcard:
Change this: <Value>SAMEORIGIN</Value>
To this: <Value>*</Value>
User | Count |
---|---|
3 | |
2 | |
1 | |
1 | |
1 |
User | Count |
---|---|
7 | |
2 | |
2 | |
2 | |
2 |