Forum Discussion

Diegomon's avatar
Diegomon
Frequent Visitor
1 year ago
Solved

Missing allowedEvent for "report" using Power BI embedded analytics Client APIs vs using sandbox

When I am using the Embedded Analytics Playground I see the "report" element having 20 allowedEvents, however, when I am building my own ASP.NET app for embedding a report (using the code provided by...
  • Diegomon's avatar
    1 year ago

    I found the problem, I was using the minified version of powerbi-client which does not contain "info", "renderingStarted" and "blur" allowedEvents

    I had to:

    1. download the library from: https://www.jsdelivr.com/
    2. replace the minified version with the complete version and its map
    3. update the code

    It is working now.