<?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: Delete duplicate rows based on time (minute or hour) in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Delete-duplicate-rows-based-on-time-minute-or-hour/m-p/1676980#M34348</link>
    <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt;&amp;nbsp;Hello, can you be more specifric pls&lt;/P&gt;</description>
    <pubDate>Fri, 19 Feb 2021 10:38:34 GMT</pubDate>
    <dc:creator>ItSupportElm</dc:creator>
    <dc:date>2021-02-19T10:38:34Z</dc:date>
    <item>
      <title>Delete duplicate rows based on time (minute or hour)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Delete-duplicate-rows-based-on-time-minute-or-hour/m-p/1674180#M34259</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have an issue and i cant resolv it after many research.&lt;/P&gt;&lt;P&gt;Here my situation :&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;I want to delete duplicate data base on time , in the same hour for example for the ID "5267" i want to remove the row 03/02/2021 08:22:00 and keep the row two other row that on different date and time ( 5267 - 29/01/2021 07:50:28 and 5267 - 03/02/2021 08:21:57).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I dont know if my exemple is clear , if you question ask me.&lt;/P&gt;&lt;P&gt;Thank you for helping me.&lt;/P&gt;&lt;P&gt;Great Day&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Feb 2021 09:17:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Delete-duplicate-rows-based-on-time-minute-or-hour/m-p/1674180#M34259</guid>
      <dc:creator>ItSupportElm</dc:creator>
      <dc:date>2021-02-18T09:17:48Z</dc:date>
    </item>
    <item>
      <title>Re: Delete duplicate rows based on time (minute or hour)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Delete-duplicate-rows-based-on-time-minute-or-hour/m-p/1674323#M34262</link>
      <description>&lt;P&gt;simplest thing to do is via power query. round date/time to level you need then remove duplicates.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Feb 2021 10:01:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Delete-duplicate-rows-based-on-time-minute-or-hour/m-p/1674323#M34262</guid>
      <dc:creator>rfigtree</dc:creator>
      <dc:date>2021-02-18T10:01:09Z</dc:date>
    </item>
    <item>
      <title>Re: Delete duplicate rows based on time (minute or hour)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Delete-duplicate-rows-based-on-time-minute-or-hour/m-p/1674713#M34275</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="281771" data-lia-user-login="rfigtree" class="lia-mention lia-mention-user"&gt;rfigtree&lt;/a&gt;&amp;nbsp;Im in direct query , i think the best way its a dax formula , or if someone one tips without formula i'll take it.&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Thu, 18 Feb 2021 12:32:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Delete-duplicate-rows-based-on-time-minute-or-hour/m-p/1674713#M34275</guid>
      <dc:creator>ItSupportElm</dc:creator>
      <dc:date>2021-02-18T12:32:12Z</dc:date>
    </item>
    <item>
      <title>Re: Delete duplicate rows based on time (minute or hour)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Delete-duplicate-rows-based-on-time-minute-or-hour/m-p/1675156#M34304</link>
      <description>&lt;P&gt;Create a composite model and then add your own tables to the model if you can't change the source via Power Query.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Feb 2021 15:53:35 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Delete-duplicate-rows-based-on-time-minute-or-hour/m-p/1675156#M34304</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-02-18T15:53:35Z</dc:date>
    </item>
    <item>
      <title>Re: Delete duplicate rows based on time (minute or hour)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Delete-duplicate-rows-based-on-time-minute-or-hour/m-p/1676980#M34348</link>
      <description>&lt;P&gt;Anonymous&lt;/a&gt;&amp;nbsp;Hello, can you be more specifric pls&lt;/P&gt;</description>
      <pubDate>Fri, 19 Feb 2021 10:38:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Delete-duplicate-rows-based-on-time-minute-or-hour/m-p/1676980#M34348</guid>
      <dc:creator>ItSupportElm</dc:creator>
      <dc:date>2021-02-19T10:38:34Z</dc:date>
    </item>
    <item>
      <title>Re: Delete duplicate rows based on time (minute or hour)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Delete-duplicate-rows-based-on-time-minute-or-hour/m-p/1677388#M34355</link>
      <description>&lt;P&gt;Sure:&amp;nbsp;&lt;A href="https://docs.microsoft.com/en-us/power-bi/transform-model/desktop-composite-models#example-of-a-composite-model" target="_blank"&gt;Use composite models in Power BI Desktop - Power BI | Microsoft Docs&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Feb 2021 12:56:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Delete-duplicate-rows-based-on-time-minute-or-hour/m-p/1677388#M34355</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-02-19T12:56:10Z</dc:date>
    </item>
  </channel>
</rss>

