This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
The documentation tends to suggest it's possible to generate an embed token for multiple reports https://docs.microsoft.com/en-us/rest/api/power-bi/embedtoken/generatetoken
I'm passing a list of reports in the POST payload as follows:
{
"reports": [
{
"allowEdit": false,
"id": "077fd657-6ba6-473e-9e55-570a84e95ef4"
},
{
"allowEdit": false,
"id": "077fd657-6gf6-473e-9e55-570a84e95ef4"
}
]
}
When I submit the request I receive an error:
{
"error": {
"code": "InvalidRequest",
"message": "At least one dataset is required"
}
}
I don't want to do any kind of dynamic binding, I just want to generate a single embed token that can display multiple reports. Is there any way of doing this without having to specify the dataset for each report?
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 1 | |
| 1 | |
| 1 |