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 moreDid you hear? There's a new SQL AI Developer certification (DP-800). Start preparing now and be one of the first to get certified. Register now
Hello everyone
Today we have discovered that the reports embedded in our web application (through the Javascript API) are not working as they should be. The report is embedded and filtered by some values in our web page. If those values doesnt exist in the target table, the report was rendering without showing any data just with the empty visuals.
Now the report renders showing data when it shouldn't like if there was no filter applied. Whenever you interact with it (slicer, going to another page) the data disappears but on the initial rendering is showing values that shouldn't be displaying (like it was cached).
If a try to render the report twice, it works as intended but the first always displays things that it shouldn't.
Any ideas? (All the reports datasource are SSAS Tabular through live connection.)
Thank you very much in advance
Solved! Go to Solution.
Finally solved it adding the following code after the embedding takes part:
report.on('loaded', function () { report.setFilters(filters) });
Seems to work so far 🙂
Finally solved it adding the following code after the embedding takes part:
report.on('loaded', function () { report.setFilters(filters) });
Seems to work so far 🙂
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 |