Forum Discussion
brinky
5 years agoHelper IV
Market Share using Tabular Editor
Good morning, Any idea how to create a caclculation on Tabular Editor to get MARKETSHARE as per attached excel sample file. My other calcluations listed below work like a charm, thanks to Mar...
- 5 years ago
brinky , for % of total you need to Modify a measure like
divide([PY], calculate([PY], allselected(Table)))
negi007
5 years agoCommunity Champion
brinky You can use your already created PY, PM and Current to calculate share% from total. You drag these measures in the value field and right clicking will allow you to change the values into % of grand total which is basically the share% from total
brinky
5 years agoHelper IV
Thanks for your reply, unfortunately this doesn't wok when using calculations with Tabular Editor.