Doug Creighton
08/05/2025, 8:34 PMMichael Ullock
08/05/2025, 9:12 PMMichael Ullock
08/06/2025, 12:25 AMDaniela Salmeron
08/06/2025, 2:30 PMcase_opened
dataset is in more datasets and they are not really connected within the report.
So, they are several UNION and SUM... which are united and summed together. It doesn’t know which ones to take as unique, the count of all records (including possible duplicates) is returned.
To overcome this, the metric has to be changed: add secondary parameter or add USING to the COUNT, like in here https://www.gooddata.com/docs/cloud/create-metrics/maql/aggregation/count/
Or you need to make the connection to the datasets, by adding another value in the report. For example, if you add
leg_metrics.user_id
it will give you the correct values.