Forum Discussion
BNDouble
2 years agoRegular Visitor
Power BI Embed Url Loads Logo
# app.py
# Import necessary modules
from services.pbiembedservice import PbiEmbedService
from config import BaseConfig # Import your configuration class
import streamlit as st
...
Anonymous
2 years agoNot applicable
Hi BNDouble ,
You can open your browser's developer tools and check the console for any errors when trying to load an embedded report, which may be related to CORS, content security policies, or other browser security features that may prevent embedding.
Press F12 in the browser page
Settings -- More tools - Developer tools.
Ensure that the retrieved embed URL format matches the expected embed format.
Check that the generated embed token has the appropriate permissions for the report it is attempting to embed.
Best Regards,
Liu Yang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.