Percent of Total using Calculated Field

edq
Bronze 1
Bronze 1

Please help on how to get a percent of total using calculated field (not the comparison). I will be using this calculated field on another metric as well.

0 1 292
1 REPLY 1

Hi edq,

To calculate percent of total using a calculated field in Looker Studio, try this formula: YourMetric / SUM(YourMetric) OVER ()