Forum Discussion

TeroK's avatar
TeroK
Frequent Visitor
5 years ago
Solved

How to filter a column based on a another column

Hello all,   I'm trying to solve an issue but cannot get my head around the problem so hopefully you are able to help me out. My problem is to find from the data the types that use only common mod...
  • HotChilli's avatar
    HotChilli
    5 years ago

    Place the type in a table visual

    Create a measure that:

    contains the type in a variable _type

    counts the rows that have the module - Common and type - _type <- put in a variable C

    counts the rows that have the module is not equal to Common and type _type <- put in a notC variable

    if C >0 and notC to 0, returns 1 (to indicate true, you can display or filter it)