Forum Discussion

Euro0681's avatar
Euro0681
Icon for Helper II rankHelper II
3 years ago
Solved

Dividing 2 columns

I am trying to simply divide 2 columns but when doing so i get a wrong value (Example Below) The correct value I'm looking for is "1.xxxx" , Note Column1 is displaying the sum and same concept...
  • tamerj1's avatar
    3 years ago

    Hi Euro0681 

    create a Measure 

    DIVIDE ( SUM ( 'Table'[Column1] ), SUM ( 'Table'[Column2] ) )