I want to create a calculated measure amountPercentage
in CubeJS. I have an amount
measure and I want to check how many percentages from the whole amount (sum for all records in response) is in every single record.
Let's say I have Products
dimension: Shoes, Jackets. Shoes amount = 30
, Jackets amount = 120
.
The measure amountPercentage
should be 20% for shoes.
Any way to achieve that?