Forum Discussion

Brighton10's avatar
Brighton10
Helper II
5 years ago
Solved

Top N values

Hi 

 

I have a measure that I am using to filter my data to visualize top 20 customers by Fullname. The measure works well for top 20 because Total response has different values but if i choose bottom 20 it shows more than 20 customers because the measure shows the same value (Total response = 1)for all those customers. Is there a way just to visualize only top 20 not considering N>20?

My measure is basically summing up other measures then i use it as a filter on customer name

Total responses = [report_a_bug2] + [Confirmed] + [QRScan] + [upload log files]

4 Replies