Forum Discussion
Anonymous
6 years agoNot applicable
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...
- 6 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]))
amitchandak
6 years agoSuper User
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]))
- Anonymous6 years agoNot applicable
They both are calculated measure.
- amitchandak6 years agoSuper User
Anonymous , the final divide should be measure. I am not able to see your calculation. Can you post all that in text format?
Can you share sample data and sample output in a table format? Or a sample pbix after removing sensitive data.
- Anonymous6 years agoNot applicable
Now is working.
Thanks
Amjad