Please check below snap facing issue while using count function.
L1M_Trans does not contain any value still count result in 1.
please suggest the correct way to do this.
Formula :- IF DateTimeFormat([Trans_Date],"%Y-%m-%d") >= "2015-12-01" && DateTimeFormat([Trans_Date],"%Y-%m-%d") <= "2015-12-31" THEN [Trans_Id] ELSE '' ENDIF
in summarize function just taking the distinct not null count
same issue with L4M_Trans field
