Hi,
I have a simple report that consists of Account ID, Age Group, # Reg Group, and Total Registrations.
The # Reg Group is a variable that assigns a Group to each record based on the Total Registrations. The Total Registrations variable is just 2 other measures added together.
I would like to add another calculation - count of Accounts which should be the number of accounts for each Age Group and # Reg Group but I don't want to display the Account ID in the report. As soon as I remove the Account ID, all the data gets summed up and it shows wrong results.
I have tried changing the context, making the Total Transactions a dimension but nothing so far seems to be working.
My formula is =Count([Acct Id]) In ([Age Group];[# Reg Group])
Any help is much appreciated! Example is attached