Adding true and false boolean values to charts

I’d like to add information on player win and loss rate to a table in Charts. The teamWon value is boolean so I want to display both true and false values of a field to a chart and then calculate percentages using the total.

How do I add both values without filtering the data?