How we calculate percentage in gooddata
# gd-beginners
g
How we calculate percentage in gooddata
one of these sources should help
g
my data in this format i want to calculate sum of count percentage
j
well you cannot do it from dashboards, you need to build a metric which would do the calculation
when building the insight there is also possibility to check “show in %”
Show as percent metrics should work like
select {metric/a} / (select {metric/a} by all other)