I am building a KPI card to include on an HTML page on our portal, and I want to show the unique number of users that have used our portal in the last month; by counting the number of distinctvalues in the user_ip_addr column in the ods-api-monitoring dataset. I have tried to use the ods-aggregation widget to do this, but there is no option for a distinct count in odsAggregationFunction.
Is there an alternative way to show the number of distinct users in the last month?