Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

July 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more

Reply
amalekshahi
Frequent Visitor

Embed PBI Report in iframe

Hi,

 

I prepared and published a PBI report and everything works fine. We need to embed the report in an iFrame and pass four initial parameters (Authentication Token, Account_ID, FromDate and ToDate) to the report. In the report, To secure the report, I will call a REST API to check the validity of the token against the Account_ID and exit if the token is not valid.

 

Is this possible in PBI? 

 

Thanks

2 REPLIES 2
v-ljerr-msft
Microsoft Employee
Microsoft Employee

Hi @amalekshahi,

 

What's the Authentication Token, is it a embedded token?

 

If that is the case, you should be able to find a way to decode the token to get the user information, and validate it against the Account_ID. Here is a similar thread for your reference. Smiley Happy

 

Regards

No. We have a REST API endpoint where our application issues a token after successful authentication (nothing to do with Power BI).

 

Here is the way we want to embed Power BI in our application:

- Our application authenticates user and creates a token

- The token will be passed to Power BI embedded iFrame 

- Inside Power BI, we would like to call another REST API to validate the token

- Upon successful validation, the visuals will show

 

Is this possible in Power BI?

 

Thanks

Helpful resources

Announcements
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

60 days of Data Days Carousel

Data Days 2026

Join Fabric Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Top Solution Authors