The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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.