Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredJoin us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM. Register now.
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
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.