Forum Discussion

sophtee's avatar
sophtee
Helper I
2 years ago

Column and measure

Hello everyone,

 

I am trying to solve the following:

the first table shows the columns and the "#ofCsPerFlk" =  'FHL - Egg Storage Data'[Cs] *360

the next table is a measeure: 

#ofCsforAllFlk = CALCULATE(SUM('FHL - Egg Storage Data'[Cs]),ALL('FHL - Egg Storage Data'[Cs])) * 360

 

I would like to create a new column to show: "#ofCsPerFlk" / #ofCsforAllFlk

but i not sure how to solve this