Forum Discussion

aditidhooria's avatar
aditidhooria
Frequent Visitor
9 years ago
Solved

Comparing columns in two different tables

I have a table named Sales Transaction in which I have two fields : Revenue Amount and Cost Amount. I need to calculate Gross Margin (GM) which is the difference of Revenue Amount and Cost Amount using DAX expression. 

Can someone help please ?