HI @AnjaliAnil ,
Do you want to filter your 'Job Cards' records based on the "Job Status" column value?
Is the 'Job Status' a Option Set type column/Two Options column in your 'Job Cards' Entity?
Based on the formula you provided, I think there is something wrong with it. I have made a test on my side, please consider modify your formula as below:
CountIf(
'Job Cards',
'Customer Asset'.crbb4_customerassetid = AssetListGallery.Selected.crbb4_customerassetid && 'Job Status' = [@'Job Status'].'problem solved'
)
Note: The 'Job Status' represents the Option Set name which binds to the 'Job Status' column in your 'Job Cards' Entity.
Please consider take a try with above solution, then check if the issue is solved.
Best regards,