Forum Discussion
Filter Error
- 6 years ago
Hi JamesGordon ,
If you check your DAX expression correctly, it is missing a closing bracket for COUNTROWS (in red below). Copy hte DAX below and use it:
Warranty = CALCULATE(COUNTROWS (Sheet) , Sheet[Inv] = 37)
Thanks,
Pragati
If this works, Please mark this as a solution!
Yes, I didnt notice the greatest problem 🙂
Number of Warranty =
CALCULATE(COUNTROWS(Sheet), Sheet[Inv]=37)Thanks again,
Unfortunately when i try to search for the Column in the sheet it does not appear in the list? As per below -
if i manually type the command in then i get the following error?
Any further suggestions?
- Pragati116 years agoSuper User
Hi JamesGordon ,
If you check your DAX expression correctly, it is missing a closing bracket for COUNTROWS (in red below). Copy hte DAX below and use it:
Warranty = CALCULATE(COUNTROWS (Sheet) , Sheet[Inv] = 37)
Thanks,
Pragati
If this works, Please mark this as a solution!