I have this SharePoint list which contain 2 columns:-
1) Target Amount
2) Actual Amount
now i can showing them inside a Column chart inside a vertical gallery as follow:-
Now i do not want to show numbers, instead i want to show percentages, mainly to divide the (Actual Amount / Target amount) and show this percentage inside a column + second column showing 100. is this possible? mainly if i can define formula inside the Series? or i need to create 2 additional columns inside the list? one which is calculated (Actual Amount / Target amount) and one with a static value of 100?
Thanks