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, how many days have been completed, and how many days are remaining, however Power BI is summing the rows because the dataset itself is aggregated daily. Unlike the "table visualization", there is not an option for "Don't Summarize". The pictures below show the pie chart with the "Days in Flight" and "Days Remaining" summed, and the table view with the correct information.
I am looking for two answers/suggestions:
1. How can I have the pie chart not sum the Days Remaining or Days in Flight?
(I believe this is a product of the dataset which has a daily aggregation.)
2. How can I show only percentages in the pie chart?