<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Need Help in DAX!! in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-Help-in-DAX/m-p/3162466#M113606</link>
    <description>&lt;P&gt;Hi Everyone, Is there a way where we can convert our sql code below into dax:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;select distinct * from (SELECT&lt;BR /&gt;ROW_NUMBER() OVER (&lt;BR /&gt;PARTITION BY user_AuthenticatedId,FORMAT(time_stamp, 'yyyyMM')&lt;BR /&gt;ORDER BY time_stamp&lt;BR /&gt;) row_num,time_stamp,user_AuthenticatedId&lt;BR /&gt;FROM&lt;BR /&gt;gozones_users_page_view_info&lt;BR /&gt;)a&lt;BR /&gt;where a.row_num=1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help would be much appreciated. Thanks in Advance!&lt;/P&gt;</description>
    <pubDate>Thu, 30 Mar 2023 05:34:50 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2023-03-30T05:34:50Z</dc:date>
    <item>
      <title>Need Help in DAX!!</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-Help-in-DAX/m-p/3162466#M113606</link>
      <description>&lt;P&gt;Hi Everyone, Is there a way where we can convert our sql code below into dax:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;select distinct * from (SELECT&lt;BR /&gt;ROW_NUMBER() OVER (&lt;BR /&gt;PARTITION BY user_AuthenticatedId,FORMAT(time_stamp, 'yyyyMM')&lt;BR /&gt;ORDER BY time_stamp&lt;BR /&gt;) row_num,time_stamp,user_AuthenticatedId&lt;BR /&gt;FROM&lt;BR /&gt;gozones_users_page_view_info&lt;BR /&gt;)a&lt;BR /&gt;where a.row_num=1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help would be much appreciated. Thanks in Advance!&lt;/P&gt;</description>
      <pubDate>Thu, 30 Mar 2023 05:34:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-Help-in-DAX/m-p/3162466#M113606</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-03-30T05:34:50Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help in DAX!!</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-Help-in-DAX/m-p/3162603#M113619</link>
      <description>&lt;P&gt;NewTable=SUMMARIZE(ADDCOLUMNS(&lt;SPAN&gt;gozones_users_page_view_info,"YearMonth",FORMAT(gozones_users_page_view_info[time_stamp],"yyyyMM")),gozones_users_page_view_info[user_AuthenticatedId],[YearMonth],"time_stamp",MIN(gozones_users_page_view_info[time_stamp]))&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Mar 2023 06:51:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-Help-in-DAX/m-p/3162603#M113619</guid>
      <dc:creator>wdx223_Daniel</dc:creator>
      <dc:date>2023-03-30T06:51:51Z</dc:date>
    </item>
  </channel>
</rss>

