Forum Discussion

quintoncoish's avatar
quintoncoish
Frequent Visitor
7 years ago
Solved

Is it possible to turn off visualization right-click options

When right-clicking a visualization, i sometimes see the option to: See Records update: you can sort of turn "see records" off by going to data view right clicking each table and selecting "hide...
  • quintoncoish's avatar
    quintoncoish
    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.