Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago

SQL to DAX help required

Please help in converting below SQL query to DAX-   Select A.*,(Currentmonth-1) As PreviousMonth from ( select max([SeqID])AS Currentmonth from [dbo].[CT] where [Month]=1)A