Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago
Solved

Divide problem

Hi Everyone,   I am trying to create one divide column. I created the Load calculated column as I need to do. Secondly, I use filter to create Pallets column. Now I want to divide the Pallets to Lo...
  • amitchandak's avatar
    5 years ago

    Anonymous , formula seems correct, Assume both Pallets and load are measures not column and the new formula is also measure

     

    if they are column then it should be

     = Divide(sum(Table[Pallets]),Sum(Table[load]))