Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

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...
  • parry2k's avatar
    6 years ago

    Anonymous try this

     

    SUM(HR[Annual Rate])-SUM('BY VP'[Annual Rate - Duplications])

    Would appreciate Kudos 🙂 if my solution helped.