Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have an original table with 3 records.
So A simple KPI count function gives me the answer 3 (which is correct!)
I have had to unpivot the table to do some more analysis
So A simple KPI count function gives me the answer 6 (which is incorrect!)
I tried DISTINCT COUNT function on Question but got the result 2 (which is incorrect!)
What function do I use to get the answer 3? I don't want to have 2 table so want to use the Unpivot table throughout.
You'll have to include the recno from the original table in your unpivot table. I guess you have some kind of a participant_id, the person who filled in the two questions? You should use a distinct count on that field.