Forum Discussion

Rafael2's avatar
Rafael2
New Member
4 years ago
Solved

Power BI Embed on AppOwnsData scenario Dynamic Binding does not work

Following the documentation at: https://docs.microsoft.com/en-us/javascript/api/overview/powerbi/bind-report-datasets I created a report that connects to Database A. I cloned the report and conn...
  • Rafael2's avatar
    4 years ago

    Fixed, the problem was that the javascript on the example app was not marked with asp-append-version="true".
    So the changes in ID I was making were not taking effect.