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