Forum Discussion

aaron1225's avatar
aaron1225
Helper I
8 years ago
Solved

Related Function Help

Normally I can work with RELATED but in this instance I can not get what I need.  Basically trying to compare two tables identify if what the overlap is.   Senerio:  have a table with opportunities...
  • Zubair_Muhammad's avatar
    Zubair_Muhammad
    8 years ago

    aaron1225

     

    Try this calculated column

     

    Column In OneSideTable =
    CALCULATE ( FIRSTNONBLANK ( ManySideTable[TEXT Column], 1 ) )