Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
aditidhooria
Frequent Visitor

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 ?

1 ACCEPTED SOLUTION

Firstly, make sure you write a measure and not a column. Read about that here http://exceleratorbi.com.au/calculated-columns-vs-measures-dax/

 

A measure something like this should do it. 

 

GM = sumx(Sales,Sales[Revenue] -Sales[Cost])



* Matt is an 8 times Microsoft MVP (Power BI) and author of the Power BI Book Supercharge Power BI.

View solution in original post

2 REPLIES 2

Firstly, make sure you write a measure and not a column. Read about that here http://exceleratorbi.com.au/calculated-columns-vs-measures-dax/

 

A measure something like this should do it. 

 

GM = sumx(Sales,Sales[Revenue] -Sales[Cost])



* Matt is an 8 times Microsoft MVP (Power BI) and author of the Power BI Book Supercharge Power BI.

Thanks Matt for the quick response. I am trying the same.

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.