I have a SQL table (or a BDC list if it's easier) that I would like to have a count of certain values. There is one column I want to see how many of each value are in the table. Everything I've seen for PerformancePoint is totaling (sum) of columns, how can I just report on filtered counts?
Thanks,