如何通过阻止实时过滤功能来减少 Power BI 对数据库的请求次数

How to reduce the number of Power BI request to database by preventing real-time filtering functionality

我目前正在处理 MS Power Bi 报告。但是,我遇到了一个问题,即我使用可视化工具过滤器时,它会发出太多更新报告页面的请求。

与 Power BI 的 SSRS 相比,首先使用 SSRS 最终用户 select 参数,然后将请求发送到 sql 服务器。但是,Power bi 会实时向 sql 服务器发送请求。

有什么方法可以使用 Power BI 停止实时功能吗?

这称为 "query reduction",自 11 月 17 日更新 Power BI Desktop 以来一直有效。

To access these options, go to the Options dialog under File > Options and settings > Options, and select Query reduction.

there and there