I have a data set up in a SP list as follows; Plan (text) Test Date (date, e.g., 03/01/2012, no time) Responses (number, 0 decimals) Trying to group by Plan, show distinct value from Test Date with sum of Responses. When I group by Test Date (Quarter) and then distinct values from Plan it works fine. When I try to group by Plan first with distinct Test Date, I get a chart with no columns representing Responses. What am I missing? Thanks!