Forum Discussion

mick22's avatar
mick22
Frequent Visitor
3 years ago
Solved

Embed for Customer Portal - Request exceeds the maximum number of datasets - 50

I have developed a website (based on the Embed for Customers example) that based on the user that is logged in it shows them all of their power bi reports selectable by a dropdown list.  I'm using a ...
  • AmosHersch's avatar
    3 years ago

    Hi,

     

    Embed token is indeed limited for the number of artifacts (reports/datasets/etc.) that it can allow access to, and it seems that you've hit one of the limitations.

    For showing the list of reports you don't actually need the embed token. I guess you only need it when you actually want to render the selected report. Maybe generating a token after the user chooses the report from the list (only for the specific report) can be a solution?