Forum Discussion
Anonymous
4 years agoNot applicable
Subtract two columns
Anonymous
4 years agoNot 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