Forum Discussion

bbass82's avatar
bbass82
Helper I
1 year ago
Solved

MEASURE INCORRECT? or Should I be using a Calculated Column?

Hi All,   Hope all is well. I am new to power BI and having a problem which I think is probably a simple mistake in the measure DAX calculation. I am simply trying to get the difference in dollars ...
  • FreemanZ's avatar
    1 year ago

    hi bbass82 ,

     

    try like:

    measure =

    SUM(table[ship...]) - SUM(table[Actual...])