Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
I have a data like the following And I want to calculate the share percentage as
Solved! Go to Solution.
Hi @Anonymous ,
I suggest you to create a calculated column. It is very quick and convenient to implement.
Column = SUM(Table1[Quantity])/Table1[Quantity]
If I understand incorrectly , please tell more details. Then I can help you as soon as possible.
Best Regards,
Xue Ding
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Anonymous ,
I suggest you to create a calculated column. It is very quick and convenient to implement.
Column = SUM(Table1[Quantity])/Table1[Quantity]
If I understand incorrectly , please tell more details. Then I can help you as soon as possible.
Best Regards,
Xue Ding
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.