Forum Discussion

JamesGordon's avatar
JamesGordon
Helper II
6 years ago
Solved

Filter Error

Hi,   I am trying to filter out certain records to create a Card that will illustrate the oldest "Ord date" and displayy age in days.   I would like to filter column "INV" with any records that c...
  • Pragati11's avatar
    Pragati11
    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!