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. ...
Vvelarde
Community Champion
8 years ago
Hi, what happens if use a measure:
RIR =
IFERROR (
SUM ( '2017 Workbooks'[Total Rec Cases] )
* DIVIDE ( 200000, SUM ( '2017 Workbooks'[Total Hours - Supervisory& Craft] ) ),
0.00
)Let me know
Regards
Victor
- ScORE8 years ago
Helper I
That worked! THank you. I tried that, but I was getting an werror because I was utting the sum in the wrong place!
Thanks!