I am making a matrix of the TOP 10 users per month. I am using ROW_NUMBER in the SQL to identify the top 10.
Unfortunately, when there isn't 10 users for a given month, the first users repeats with a blank count.
How can I fix this?
The row group is grouping by my ROW_NUMBER. I am column grouping by month and year.
There is only 1 record for JULY but it is repeating on the other rows where I think it should be blank.
HideDuplicates
property to DatasetName – alejandro zuleta