Passing parameters to Power BI filter programmatically

前端 未结 2 1417
轮回少年
轮回少年 2020-12-04 12:56

In my application I\'m displaying a Power BI report. It already works, so there\'s no problems with showing any report by its ID (guid).

But there are some reports t

2条回答
  •  一生所求
    2020-12-04 13:16

    Microsoft created a powerbi-client with which you can do a lot more than just apply one filter. You can apply as many filters as you want and you can also choose default page, default filters, hide filter pane, hide pages navigation, etc.

    You can find the client here: https://microsoft.github.io/PowerBI-JavaScript/

    Here is a demo application: https://microsoft.github.io/PowerBI-JavaScript/demo/index.html

    Here is the documentation: https://github.com/Microsoft/PowerBI-JavaScript/wiki

提交回复
热议问题