Forum Discussion
ScORE
Helper I
8 years agoSubtotal/total help needed for Custom Column assistance!
I have a table with several columns. One of the columns is labeled RIR. It is a calculated column that i created to calculate a rate based on data that is located in other columns. ...
Phil_Seamark
Microsoft Employee
8 years agoHi ScORE
Have you considered using a calculated measure?
Something like
Calc as Measure = SUM('2017 Workbooks'[Total Rec Cases]) * (200000 / SUM('2017 Workbooks'[Total Hours - Supervisory& Craft]))