Forum Discussion
hkrash0920
Helper I
8 years agoSubtotal Percentages
Hi...I am trying to get the percentage of sub totals. See the below Excel file. For example for Jane Smith, we have percentages for CAP, RD, RER, and S199 which shows the percentage that CAP is compa...
- 8 years ago
You may add a measure as shown below.
Measure = DIVIDE ( SUM ( Table1[FY18 YTD TER] ), CALCULATE ( SUM ( Table1[FY18 YTD TER] ), ALLSELECTED ( Table1[Svc Code] ) ) )
Anonymous
8 years agoNot applicable
Dear hkrash0920,
Incase of keeping the original Value, just clone new measure column and using using "Show value as > Percent of column Total".
Regards,
ManNVSM.