<?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 Re: DAX to find count of new Ids and deleted ids from a Timeseries data in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-to-find-count-of-new-Ids-and-deleted-ids-from-a-Timeseries/m-p/3139907#M112062</link>
    <description>&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
    <pubDate>Sat, 18 Mar 2023 02:00:36 GMT</pubDate>
    <dc:creator>CNENFRNL</dc:creator>
    <dc:date>2023-03-18T02:00:36Z</dc:date>
    <item>
      <title>DAX to find count of new Ids and deleted ids from a Timeseries data</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-to-find-count-of-new-Ids-and-deleted-ids-from-a-Timeseries/m-p/3139638#M112047</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I have a table called mytable with&amp;nbsp; 2 colum's Report_Date and id.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Every week few new ids gets added and few gets deleted.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I want to get the count of ids that are newly added for each specific date&amp;nbsp; in the Report_Date colum.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I want to get the count of ids that are deleted for each specific date&amp;nbsp; in the Report_Date colum.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;I have uploaded the raw data mytable.pbix file for reference here&lt;BR /&gt;&lt;A href="https://onedrive.live.com/?authkey=%21AC7wjU%5FAXMZtThA&amp;amp;cid=82C96F93A7FA75E9&amp;amp;id=82C96F93A7FA75E9%21142&amp;amp;parId=root&amp;amp;o=OneUp" target="_blank"&gt;https://onedrive.live.com/?authkey=%21AC7wjU%5FAXMZtThA&amp;amp;cid=82C96F93A7FA75E9&amp;amp;id=82C96F93A7FA75E9%21142&amp;amp;parId=root&amp;amp;o=OneUp&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Below is the snap of Desired Result&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Mar 2023 19:26:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-to-find-count-of-new-Ids-and-deleted-ids-from-a-Timeseries/m-p/3139638#M112047</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-03-17T19:26:02Z</dc:date>
    </item>
    <item>
      <title>Re: DAX to find count of new Ids and deleted ids from a Timeseries data</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-to-find-count-of-new-Ids-and-deleted-ids-from-a-Timeseries/m-p/3139907#M112062</link>
      <description>&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 18 Mar 2023 02:00:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-to-find-count-of-new-Ids-and-deleted-ids-from-a-Timeseries/m-p/3139907#M112062</guid>
      <dc:creator>CNENFRNL</dc:creator>
      <dc:date>2023-03-18T02:00:36Z</dc:date>
    </item>
    <item>
      <title>Re: DAX to find count of new Ids and deleted ids from a Timeseries data</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-to-find-count-of-new-Ids-and-deleted-ids-from-a-Timeseries/m-p/3140057#M112070</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="250150" data-lia-user-login="CNENFRNL" class="lia-mention lia-mention-user"&gt;CNENFRNL&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks a lot. I am grateful for your help &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 18 Mar 2023 07:37:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-to-find-count-of-new-Ids-and-deleted-ids-from-a-Timeseries/m-p/3140057#M112070</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-03-18T07:37:10Z</dc:date>
    </item>
    <item>
      <title>Re: DAX to find count of new Ids and deleted ids from a Timeseries data</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-to-find-count-of-new-Ids-and-deleted-ids-from-a-Timeseries/m-p/3140130#M112083</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="250150" data-lia-user-login="CNENFRNL" class="lia-mention lia-mention-user"&gt;CNENFRNL&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Could you please explain the logic you used. I tried to use same logic for last 3 days period instead of weekly but it is not returning correct values.&lt;/P&gt;</description>
      <pubDate>Sat, 18 Mar 2023 11:20:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-to-find-count-of-new-Ids-and-deleted-ids-from-a-Timeseries/m-p/3140130#M112083</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-03-18T11:20:21Z</dc:date>
    </item>
  </channel>
</rss>

