Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have a straight table, with Customer dimension and Sum(Sales) as expression.
I want another Expression that should show me that Customer sales as a % of Total Sales. I am unable to figure out how to do that. Any help is appreciated.
| Customer | Sales | % Sales |
| A | 10 | 10% |
| B | 20 | 20% |
| C | 30 | 30% |
| D | 40 | 40% |
| Total | 100 |
Thanks,
Sagar
Hi Sagar,
I'm not quite sure I'm following what you would like to do, but I have made some assumptions and a possible solution for you could be to :
Hope this helps.