Forum Discussion
dd88
2 years agoPost Patron
Count( if column value = string)
I have a column named Placement containing mixed data values of N/A NO PLACMENT the client name, or blank I would like a total count for each individual data value. How can I achieve this pl...
- 2 years ago
You can just drop the placement column again and summarized as count.
and measure if need it would bePlacement Count = COUNTA(MyTable[Placement])
Bmejia
2 years agoSuper User
You can just drop the placement column again and summarized as count.
and measure if need it would be
Placement Count = COUNTA(MyTable[Placement])