Forum Discussion
Anonymous
6 years agoNot applicable
Subtracting Two Values
Hello all, I am new to Power BI so I apoligize if this is an easy answer. I need to subtract the values in one column from the values in another. I have written it as (SUM(HR[Annual Rat...
- 6 years ago
Anonymous try this
SUM(HR[Annual Rate])-SUM('BY VP'[Annual Rate - Duplications])Would appreciate Kudos 🙂 if my solution helped.
parry2k
6 years agoSuper User
Anonymous try this
SUM(HR[Annual Rate])-SUM('BY VP'[Annual Rate - Duplications])
Would appreciate Kudos 🙂 if my solution helped.
Anonymous
6 years agoNot applicable
Thank you!