Forum Discussion
Anonymous
4 years agoNot applicable
Using ALL function
Hello Experts, I want here to get % of sub class food from the grand total. but in this colum there contain item that I dont want to show which is Others and I exculded when you see in filter pane,...
- 4 years ago
Hi, Anonymous
You can try the following methods.
Measure = [Value]/CALCULATE([Value],ALLSELECTED(Commercial_Exports[sub_class_food]))Is this the percentage you would expect to get after removing Others?
Best Regards,
Community Support Team _Charlotte
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
v-zhangti
4 years agoCommunity Support
Hi, Anonymous
You can try the following methods.
Measure = [Value]/CALCULATE([Value],ALLSELECTED(Commercial_Exports[sub_class_food]))
Is this the percentage you would expect to get after removing Others?
Best Regards,
Community Support Team _Charlotte
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.