Forum Discussion
Anonymous
9 years agoNot applicable
Pie Chart and Calculation Help
My dataset is has a Start Date and a Finish Date, and from this information I am currently calculating Day Count, Days Remaining and Days Complete. I am trying to represent within a pie chart, ho...
Phil_Seamark
9 years agoMicrosoft Employee
You could create a specific % measure and use that on your access instead.
So rather than Sum of XYZ, create a measure which is the Sum of XYZ divided by the Total of XYZ, then format that as a percent and drag it to your axis.
Then of course you'll want to see the sum as well.
Have you explored the tooltips as an option as well?