Skip to content

Tag: powerbi-embedded

PowerBI Embedded – Hide specific filters

My report of PowerBI have three types of filters hidden filters visible filters filters coming from drill-through From embedded I have the option to hide the filter panel if all the filters present are not visible and show the panel if at least one filter is visible i look at the following property for this h…

How to auto generate embed token using javascript?

I am using powerbi embedded. I successfully embed a report into my application using javascript. But I have to update embedded token manually every time. Now I want to call rest API from my code so that token update automatically. How to call API from my code to generate token and how to update token when it&…