Forum Discussion
Should be a Simple Countrows...right?
- 7 years ago
You need to set the count filter so it is only grabbing rows equal to the month on the first column. I would use the following formula to achieve what you are looking for. This is similar to doing a COUNTIF in Excel.
New_Cases = CALCULATE(COUNT(‘Query1’[Month_Open]),FILTER(‘Query1’,'Query1'[Month_Open]='New Table'[Month]))
I didn't know the name of your new table, so I just titled it new table in my formula.
You need to set the count filter so it is only grabbing rows equal to the month on the first column. I would use the following formula to achieve what you are looking for. This is similar to doing a COUNTIF in Excel.
New_Cases = CALCULATE(COUNT(‘Query1’[Month_Open]),FILTER(‘Query1’,'Query1'[Month_Open]='New Table'[Month]))
I didn't know the name of your new table, so I just titled it new table in my formula.
- TrentS7 years agoHelper IV
Ah...I got hung up on a Countrows not a simple count.
Many thanks.
Happily accepted as a solution!
TrentS