Forum Discussion
Anonymous
7 years agoNot applicable
Restricting rows in table or chart
Hi, I have a table chart with dimensions and measure and wanted to see only top and bottom 10 records and don't want see any changes in the measure values. not looking for Top or bottom opti...
Anonymous
7 years agoNot applicable
Hi Anonymous,
I'd like to suggest you write a measure or calculate the rank with if statement to check current rank, if it less than or equal to 10 return Y, otherwise 'N'.'
Then drag this measure to visual level filter to filter 'Y' result to display top 10 records.
Regards,
Xiaoxin Sheng
Anonymous
7 years agoNot applicable
Visual level filter is impacting on measures even though measure restricted using ALL functionality, but visual level filter changes the data in measures as well.
Thanks,
Thimma