Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago

SQL query to DAX Measure conversion

I have the following SQL query that I have converted to DAX Measure   SELECT  RowNumber = ROW_NUMBER() OVER (PARTITION BY SSN ORDER BY EOMDate DESC) FROM [TransArchive].dbo.AGGR_Transaction_Chann...