Forum Discussion
Is it possible to turn off visualization right-click options
- 7 years ago
The solution from a support ticket with Microsoft
To turn off "see records" don't use aggretations (count, sum, etc) on the value field you're using within the visual. Instead, create a measure for those aggregations and use that in the value field. It's an extra step to use dax to create those measures, which is silly but it'll save you from potentially exposing a full table of data unnecessarily.
Amy (v-xicai) Here's a visual on how to replicate this
The solution from a support ticket with Microsoft
To turn off "see records" don't use aggretations (count, sum, etc) on the value field you're using within the visual. Instead, create a measure for those aggregations and use that in the value field. It's an extra step to use dax to create those measures, which is silly but it'll save you from potentially exposing a full table of data unnecessarily.