Anyone know how to get a distinct count in ssrs 2016 mobile reports?
The built in aggregation only offers a count, not distinct.
Anyone know how to get a distinct count in ssrs 2016 mobile reports?
The built in aggregation only offers a count, not distinct.
use CountDistinct()
function in ssrs 2016
More info here: https://learn.microsoft.com/en-us/sql/reporting-services/report-design/report-builder-functions-countdistinct-function
Mobile reports are extremely limited compared to paginated reports. As you suggested, there's no way to do a distinct count in the visualization, you would need to do it in the dataset beforehand.