Forum Discussion

Sharmi_28's avatar
Sharmi_28
Helper I
2 years ago

Help with SQL subquery to DAX Please

I have following SQL query. Could you please help me on how to check where clause in DAX. Thank SELECT        SUM (ColAmt) FROM Teams T WHERE       (T.DateCol >= FisrtDateofPreviousMonth And T...