SSRS 移动报告非重复计数

SSRS Mobile Reports Distinct Count

有人知道如何在 ssrs 2016 移动报告中获得不同的计数吗?

内置聚合只提供计数,不区分。

在 ssrs 2016 中使用 CountDistinct() 功能

更多信息在这里: https://docs.microsoft.com/en-us/sql/reporting-services/report-design/report-builder-functions-countdistinct-function

与分页报告相比,移动报告极为有限。正如您所建议的,无法在可视化中进行不同的计数,您需要事先在数据集中进行。