Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
i should make sum for the rows in Pivot table
On the Number tab format as a percentage by checking the Number or Fixed to option and check the Show in Percent (%) option. If you want the rows shown as a percentage of the total you need an expression like: sum(Value) / sum(total Value). Replace Value with whatever field or expression you want to sum.
if I need to show it in % persentage what can i do
On the Number tab format as a percentage by checking the Number or Fixed to option and check the Show in Percent (%) option. If you want the rows shown as a percentage of the total you need an expression like: sum(Value) / sum(total Value). Replace Value with whatever field or expression you want to sum.