comparing values in power bi of two columns in a visual table code example
Example: power bi compare two columns in different tables
Column = IF(RELATED('OtherTable'[ColumnB])=[ColumnA],1,0)
Column = IF(RELATED('OtherTable'[ColumnB])=[ColumnA],1,0)