compare values from different tables in Power BI boolean 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)