Skip to content

Tag: powerbi

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 pass parameter from JS to Power bi embedded?

Is it possible to passing parameter from JS to power bi ? EX: power query : param productId i want send it from JavaScript Thanks !!! Answer No, it is not possible. Lets say 2 or more users are viewing this report simultaneously. The data returned from the host must be imported in the report’s dataset, …