Answers for "dax compare two columns from different tables"

0

power bi compare two columns in different tables

Column = IF(RELATED('OtherTable'[ColumnB])=[ColumnA],1,0)
Posted by: Guest on November-05-2020

Code answers related to "dax compare two columns from different tables"

Browse Popular Code Answers by Language