Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I need to add a measure to calculate the wheight of each of my table rows:
| Customer | Amount | Weight |
| A | 500 | 27% |
| B | 1000 | 54% |
| C | 350 | 19% |
| TOTAL | 1850 | 100% |
How can I do this?
Thank you,
FC.