Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
3 years ago

Need Help in DAX!!

Hi Everyone, Is there a way where we can convert our sql code below into dax: select distinct * from (SELECT ROW_NUMBER() OVER ( PARTITION BY user_AuthenticatedId,FORMAT(time_stamp, 'yyyyMM') O...