Forum Discussion

PBIMike's avatar
PBIMike
Helper III
6 years ago
Solved

Hide Data at a Certain Matrix Table Level

Hello,   I have a table with 1 lvl of drilldown, eg:   Customer                   Value                    Sale Type A                                 100                       xxxx --> order 1...
  • DouweMeer's avatar
    DouweMeer
    6 years ago

    Probably someting like the following would work:

    measure = if ( countrows ( distinct ( [salestype] ) ) > 1 , "Mix" , min ( [salestype] ) )