Forum Discussion
v-manonc
7 years agoFrequent Visitor
Divide one count column by total count
Hi All, Im new to BI and had a quesiton how to callucleate the total count / total count example as given Froot count(froot) measure = divide[count]/sum[count] - Not working... a...
ZunzunUOC
7 years agoResolver III
Hi v-manonc , you can use the next code for calculated column, not measure:
result = Fruits[Count]/SUM(Fruits[Count])
Best Regards,
Miguel
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.