<?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: Transaction table - first date and last date a &amp;quot;value&amp;quot; set was present in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Transaction-table-first-date-and-last-date-a-quot-value-quot-set/m-p/1395771#M25614</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Just a quick note...I wa able to accomplish what I was looking for by using transformatio and the group by function (Region, Store_city, Transaciton_type ) with resulting Max/Min dates.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you all for your help and suggestions&lt;/P&gt;</description>
    <pubDate>Fri, 25 Sep 2020 12:39:57 GMT</pubDate>
    <dc:creator>kj30328</dc:creator>
    <dc:date>2020-09-25T12:39:57Z</dc:date>
    <item>
      <title>Transaction table - first date and last date a "value" set was present</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Transaction-table-first-date-and-last-date-a-quot-value-quot-set/m-p/1389095#M25420</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am looking for a way to display the first and last date a store may have sold a specific product.&amp;nbsp; &amp;nbsp;Illustrative dataset as follows:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Date,Region,Store_City,Transaction_Type,Store_id,Product_Code&lt;BR /&gt;20-Sep-20,NA,Atlanta,Retail,30328-114,200129&lt;BR /&gt;20-Sep-20,NA,Atlanta,Retail,30328-114,200129&lt;BR /&gt;20-Aug-20,NA,Atlanta,Retail,30328-114,200129&lt;BR /&gt;20-Aug-20,NA,Atlanta,Retail,30328-114,200129&lt;BR /&gt;20-Jul-20,NA,Atlanta,Retail,30328-114,30000481&lt;BR /&gt;20-Jul-20,NA,Atlanta,Retail,30328-114,30000481&lt;BR /&gt;20-Jul-20,NA,Atlanta,Retail,30328-114,200129&lt;BR /&gt;20-Jul-20,NA,Atlanta,Retail,30328-114,30002020&lt;BR /&gt;20-Jul-20,NA,Atlanta,Retail,30328-114,200129&lt;BR /&gt;20-Jul-20,NA,Atlanta,Retail,30328-114,30002020&lt;BR /&gt;20-Jul-20,NA,Atlanta,Retail,30328-114,30000757&lt;BR /&gt;20-Jul-20,NA,Atlanta,Retail,30328-114,30000762&lt;BR /&gt;20-Jul-20,NA,Atlanta,Retail,30328-114,30004019&lt;BR /&gt;20-Jul-20,NA,Alpharetta,Retail,30004-114,30000766&lt;BR /&gt;20-Jun-20,NA,Alpharetta,Retail,30004-114,30002020&lt;BR /&gt;20-Jun-20,NA,Alpharetta,Retail,30004-114,30002020&lt;BR /&gt;20-Jun-20,NA,Alpharetta,Retail,30004-114,200129&lt;BR /&gt;20-Jun-20,NA,Alpharetta,Retail,30004-114,200129&lt;BR /&gt;20-Jun-20,NA,Alpharetta,Retail,30004-114,30004019&lt;BR /&gt;20-Jun-20,NA,Alpharetta,Retail,30004-114,30000757&lt;BR /&gt;20-Jun-20,NA,Alpharetta,Retail,30004-114,30000766&lt;BR /&gt;20-Jun-20,NA,Alpharetta,Retail,30004-114,30000481&lt;BR /&gt;20-Jun-20,NA,Alpharetta,Retail,30004-114,30000481&lt;BR /&gt;20-Jun-20,NA,Alpharetta,Retail,30004-114,30000762&lt;BR /&gt;20-May-20,NA,Alpharetta,Retail,30004-114,200129&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Tried to extrapolate examples from other responses but no luck, any assistance is appreciated,&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Sep 2020 04:13:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Transaction-table-first-date-and-last-date-a-quot-value-quot-set/m-p/1389095#M25420</guid>
      <dc:creator>kj30328</dc:creator>
      <dc:date>2020-09-23T04:13:33Z</dc:date>
    </item>
    <item>
      <title>Re: Transaction table - first date and last date a "value" set was present</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Transaction-table-first-date-and-last-date-a-quot-value-quot-set/m-p/1389126#M25422</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="260440" data-lia-user-login="kj30328" class="lia-mention lia-mention-user"&gt;kj30328&lt;/a&gt;&amp;nbsp;Sorry, having trouble following, can you post sample data as text and expected output?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Maybe:&amp;nbsp;&lt;A href="https://community.powerbi.com/t5/Quick-Measures-Gallery/Lookup-Min-Max/m-p/985814#M434" target="_blank"&gt;https://community.powerbi.com/t5/Quick-Measures-Gallery/Lookup-Min-Max/m-p/985814#M434&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Not really enough information to go on, please first check if your issue is a common issue listed here: &lt;A href="https://community.powerbi.com/t5/Community-Blog/Before-You-Post-Read-This/ba-p/1116882" target="_blank"&gt;https://community.powerbi.com/t5/Community-Blog/Before-You-Post-Read-This/ba-p/1116882&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Also, please see this post regarding How to Get Your Question Answered Quickly: &lt;A href="https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490" target="_blank"&gt;https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;The most important parts are:&lt;BR /&gt;1. Sample data as text, use the table tool in the editing bar&lt;BR /&gt;2. Expected output from sample data&lt;BR /&gt;3. Explanation in words of how to get from 1. to 2.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Sep 2020 04:47:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Transaction-table-first-date-and-last-date-a-quot-value-quot-set/m-p/1389126#M25422</guid>
      <dc:creator>Greg_Deckler</dc:creator>
      <dc:date>2020-09-23T04:47:12Z</dc:date>
    </item>
    <item>
      <title>Re: Transaction table - first date and last date a "value" set was present</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Transaction-table-first-date-and-last-date-a-quot-value-quot-set/m-p/1392251#M25531</link>
      <description>&lt;P&gt;I am sorry if this is a duplicate...can't find my previous reply.....The the result I need to get to are the first and last day a product may have sold in a store...after proecssing the results would be:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;20-Sep-20,NA,Atlanta,Retail,30328-114,200129&lt;BR /&gt;20-Jul-20,NA,Atlanta,Retail,30328-114,200129&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;20-Jul-20,NA,Atlanta,Retail,30328-114,30000481&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;20-Jul-20,NA,Atlanta,Retail,30328-114,30002020&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;20-Jul-20,NA,Atlanta,Retail,30328-114,30000757&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;20-Jul-20,NA,Atlanta,Retail,30328-114,30000762&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;20-Jul-20,NA,Atlanta,Retail,30328-114,30004019&lt;/P&gt;&lt;P&gt;------new store-----&lt;BR /&gt;20-Jul-20,NA,Alpharetta,Retail,30004-114,30000766&lt;BR /&gt;20-Jun-20,NA,Alpharetta,Retail,30004-114,30000766&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;20-Jun-20,NA,Alpharetta,Retail,30004-114,200129&lt;BR /&gt;20-May-20,NA,Alpharetta,Retail,30004-114,200129&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;20-Jun-20,NA,Alpharetta,Retail,30004-114,30004019&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;20-Jun-20,NA,Alpharetta,Retail,30004-114,30000757&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;20-Jun-20,NA,Alpharetta,Retail,30004-114,30002020&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;20-Jun-20,NA,Alpharetta,Retail,30004-114,30000481&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;20-Jun-20,NA,Alpharetta,Retail,30004-114,30000762&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Sep 2020 07:24:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Transaction-table-first-date-and-last-date-a-quot-value-quot-set/m-p/1392251#M25531</guid>
      <dc:creator>kj30328</dc:creator>
      <dc:date>2020-09-24T07:24:45Z</dc:date>
    </item>
    <item>
      <title>Re: Transaction table - first date and last date a "value" set was present</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Transaction-table-first-date-and-last-date-a-quot-value-quot-set/m-p/1392443#M25535</link>
      <description>Looks like this should be done in Power Query. Take a look at PQ: &lt;A href="https://youtu.be/ioVM77JDIXE" target="_blank"&gt;https://youtu.be/ioVM77JDIXE&lt;/A&gt;</description>
      <pubDate>Thu, 24 Sep 2020 08:41:23 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Transaction-table-first-date-and-last-date-a-quot-value-quot-set/m-p/1392443#M25535</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-09-24T08:41:23Z</dc:date>
    </item>
    <item>
      <title>Re: Transaction table - first date and last date a "value" set was present</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Transaction-table-first-date-and-last-date-a-quot-value-quot-set/m-p/1395771#M25614</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Just a quick note...I wa able to accomplish what I was looking for by using transformatio and the group by function (Region, Store_city, Transaciton_type ) with resulting Max/Min dates.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you all for your help and suggestions&lt;/P&gt;</description>
      <pubDate>Fri, 25 Sep 2020 12:39:57 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Transaction-table-first-date-and-last-date-a-quot-value-quot-set/m-p/1395771#M25614</guid>
      <dc:creator>kj30328</dc:creator>
      <dc:date>2020-09-25T12:39:57Z</dc:date>
    </item>
  </channel>
</rss>

