Forum Discussion
Turnover Groups
Dear I believe for the same location , there may be different account codes having more categories.
Thats the reason you see 3 color for same location.
Can you bring location in table along with account code and turnover, this would conclude and solve your use case
Here is a measure I have been working on:
When I create a table view, my measure is accurate but my calclulated column is incorrect:
I cannot insert my measure into the legend but when I insert the same calculated column I get the adverse results.
Here is my full table:
I've tried many many combinations but the legend remains incorrect and I cannot present the data as it not accurate enough.
Lets strip this all back and focus in on the data set, it has multiple invoice sku lines, line value represents SKU QTY x UNIT PRICE and this is done at source.
I then created a column TOTAL TURNOVER which is SUM(
- saravanan_p3 years agoResolver III
Remove calculate and sum from your code which is used to create calculated column. It should work