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

Data Days is here! Join us now for 60+ days of learning, challenges, and connection. Learn more

Reply
Anonymous
Not applicable

Subtract two columns

 
3 REPLIES 3
Anonymous
Not applicable

Hi @Anonymous ,

 

Is [Earnings] a measure? If so, please try this measure.

_Total = 
SUMX (
    SUMMARIZE (
        '_GroupEarnings',
        '_GroupEarnings'[Year],
        '_GroupEarnings'[Payperiod],
        "Earings", [Earnings],
        "dedamount", SUM ( _GroupDeductions[_DedAmount] )
    ),
    [Earnings] - [dedamount]
)

If this doesn't work for you, would you mind sharing a sample file with no privacy? Thanks in advance.

 

How to provide sample data in the Power BI Forum

How to Get Your Question Answered Quickly

 

Best Regards,
Gao

Community Support Team

 

If there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly. If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!

How to get your questions answered quickly -- How to provide sample data

Anonymous
Not applicable

Hi.  Thank you for your response.

The results of my latest attempt ar shown here.  This is wrong, of course.  It should show the net amount for each line.  The first line should have 1869.95.  The second should be 1978.06, etc.

adraus_0-1653406339906.png

 

I have the two tables, _GroupEarnings and _GroupDeductions, linked by the fields _EmplAndPeriod (ie:  

adraus_1-1653406470001.png

 

One thing that bothers me is that the field, _DedAmount, has the 'sum' symbol in front of it, while the field _EarnAmount does not.  I'm not sure where that came from when I created the field, _DedAmount, or why it's there:

adraus_2-1653406653676.png

 

 

amitchandak
Super User
Super User

@Anonymous , In DAx

new column = [Column 2] - [Column 1]

 

 

The information you have provided is not making the problem clear to me. Can you please explain with an example.

Appreciate your Kudos.

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
Fabric Data Days is here Carousel

Fabric Data Days 2026

Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.

May Power BI Update Carousel

Power BI Monthly Update - May 2026

Check out the May 2026 Power BI update to learn about new features.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.