Forum Discussion
need help with count formula
Hi
i am trying to create a card that will show me the amount of times the work substantive Filled appears in column, i added this measure
Hi,
If you're looking to count the number of times the word Substantive Filled appears in a column, try the below:
Substative Filled = CALCULATE(COUNT('Table name'[Column name]),'Table name'[Column name]= "Substantive Filled")
If I answered your question, please mark my post as solution, Appreciate your Kudos 👍
1 Reply
- DOLEARY85Resident Rockstar
Hi,
If you're looking to count the number of times the word Substantive Filled appears in a column, try the below:
Substative Filled = CALCULATE(COUNT('Table name'[Column name]),'Table name'[Column name]= "Substantive Filled")
If I answered your question, please mark my post as solution, Appreciate your Kudos 👍