I have two columns: Call Type (4 dropdown options), and State (54 dropdown options). I was able to calculate how many states have had a specific type of call using this formula: =COUNT(DISTINCT(COLLECT(State:State, [Call Type]:[Call Type], "Project Call")))
How do I show the number of states that have had a project call (n=18) over the total number of states (n=54)? Ideally I want to create a single stacked bar (N= 54) that shows the states with project calls (n=18). The goal is to be able to see progress towards all states having had a project call.
Thank you!