Forum Discussion
Working with Column Totals
Hello everyone, I have a table displaying opportunities with colums 'Projected Value' and 'Actual Value'. I'm also working on a tree map visual that displays teams with the value based on 'Projected Value'. However my issue comes in where I'd like to make the color saturation reflect with what percent of estimated revenue is actual revenue. Im using a measure to give me this value, however if I use it on the opportunities table its's on a row basis and adds them up to give me the values below.
Wrong:
So I created a new table to be the totals of the two column 'Actual Value' and 'Projected Value' which does give me the values I'm looking for but I have no way of attaching this to the opporutnities for filtering. Any help is much appreciated.
Table created from the two colums
Apologize , this was resolved using a measure on the report. Thanks