The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
To embed a report in my application we require an embed url.
We are storing report related inforamation on our database (reportId , remortname...).
To get an embed url of a report we need to call Get Report API.
We have a dropdown with report ids and names. So on every time we select a new valu on the dropdown ,we have to call this Get Report API to fetch the embed token.
I just want to know if "embed url" is fixed so that we can store it in the database and skip Get Report API calls
Hi @Anonymous ,
Yes the value for the embed url will looks like this
https://app.powerbi.com/reportEmbed?reportId=xxxxx&groupId=xxx
Since you already storing your report id and group id in db, you can try to generate this and store this also in the db.
Try this and let me know your response