Hi,
I have a a column in powerpivot where I want to count the number of distinct entries but exclude entries that are blank in the count. The formula in the calculated field is:
UniqueIDProcessID Records:=DISTINCTCOUNT([UniqueIDProcessID])
For example: I know I have three unique records given a set of conditions in other columns, however the count shows 4 because it is including Blank as a distinct record.
Thanks for your help
I have a a column in powerpivot where I want to count the number of distinct entries but exclude entries that are blank in the count. The formula in the calculated field is:
UniqueIDProcessID Records:=DISTINCTCOUNT([UniqueIDProcessID])
For example: I know I have three unique records given a set of conditions in other columns, however the count shows 4 because it is including Blank as a distinct record.
Thanks for your help