从流分析获取 Power BI 中的最后 n 条记录

Get last n records in Power BI from Stream Analytics

我创建了一个流分析查询,输入为事件中心,输出为 Power BI 数据集。流分析查询将所有日志转储到数据集中。由于数据是连续的,数据集的大小变得巨大,可视化需要花费大量时间来呈现。

有没有办法只保留数据集中最新的 2000 个值以减少可视化渲染时间?

我试过使用滑动 window 但这似乎也没有解决问题。

您可以使用开发人员门户清除 table 中的旧数据。 http://docs.powerbi.apiary.io/#reference/datasets/table-rows/clear-the-rows-in-a-table?console=1