Forum Discussion
Percentage Calculation & Sumumarization
- Anonymous4 years ago
Hi Anonymous ,
Calculated column couldn't show dynamic aggregation value like the sum of column 1 divided by the sum of column 2. You see if you create [%Spent] as a calcualted column, it will show you sum/max/ do not sum/ and so on based on the column result. You can try to create a measure to achieve your goal.
Measure % Spent = DIVIDE(SUM('Orders'[Amount Expended]),SUM( 'Orders'[Overall Limit]))Result is as below.
Best Regards,
Rico ZhouIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi, Anonymous
You can use MAX function to take only one value for your Order.
If you want a tailor-made solution, please share a copyable sample dataset. Thank you
I tried playing around with the MAX function but it didn't resolve the issue.
- vojtechsima4 years agoSuper User
Anonymous
Please share a sample dataset (copyable).