Forum Discussion

trdoan's avatar
trdoan
Helper III
7 years ago
Solved

DAX to look up shared items using variable

Hi everyone,   Here is my sample file.    This file is used to compare Vendor CHR.FR against Vendor PWC.CR on only their shared Material Numbers, however, everywhere in this file, I had to specif...
  • v-chuncz-msft's avatar
    v-chuncz-msft
    7 years ago

    trdoan ,

     

    You may try adding measures as follows.

    Measure =
    "CHR.FR"
    
    Measure 2 =
    VAR v = [Measure] RETURN v