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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
pavkey88
New Member

Create a Calculated Column from Different Data sets

I'm having a bit of a struggle with this. 

 

I have one data set that contains productID and product unit price and another data set that contains productID and unit cost. I have them related so that I can see the product ID, unit price and unit cost in the report, but I want to create another (measured?) column for unit profit. this is what I'm trying:

 

Measure = SUM(ALLdata[Unit Price]-('display-cost-feb2016'[Cost]))

 

But it tells me the SUM function only accepts a column reference as an argument. Unit Price and Cost are both column names, just on 2 different data sets. What am I doing wrong?

 

thanks!

 

 

1 ACCEPTED SOLUTION
SqlJason
Memorable Member
Memorable Member

Your syntax has to be changed to

Measure = sum(Table1[column1]) - sum(Table2[column2])

 

Can you try this and let me know if it is ok?

View solution in original post

3 REPLIES 3
SqlJason
Memorable Member
Memorable Member

Your syntax has to be changed to

Measure = sum(Table1[column1]) - sum(Table2[column2])

 

Can you try this and let me know if it is ok?

I'm trying to do something similar to this but I'm calculating a share percentage so I'm dividing the two numbers (ex. sum(Table1[column1]) / sum(Table2[column2]). The problem I'm having is that the value from table 2 seems to have lost any reference it had to the year because my numbers are way off because it is using the grand total of the column 2 value for the division instead of just using the portion that belongs to a single year (see below).

DataSample.JPG

The _ITAVolume number for 2011 should be around 158,000.

 

Any assistance with this would be greatly appreciated.

Thanks @SqlJason - works perfectly. YAY!

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.