<?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: What's the DAX syntax equivalent to a sql windowing in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/What-s-the-DAX-syntax-equivalent-to-a-sql-windowing/m-p/787424#M4384</link>
    <description>&lt;P&gt;&lt;SPAN&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="93585" data-lia-user-login="franck_axires" class="lia-mention lia-mention-user"&gt;franck_axires&lt;/a&gt;&amp;nbsp;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;"By the way, why do you concatenate ContainerIds in your first formula ?"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;You said originally,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;"I need to find all the ContainerIds with a StatusCode of SUBL up to a certain date.&amp;nbsp; "&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Is that not what you were looking to find?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If this solves your issues, please mark it as the solution, so that others can find it easily. Kudos are nice too.&lt;BR /&gt;Nathaniel&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 09 Sep 2019 16:02:49 GMT</pubDate>
    <dc:creator>Nathaniel_C</dc:creator>
    <dc:date>2019-09-09T16:02:49Z</dc:date>
    <item>
      <title>What's the DAX syntax equivalent to a sql windowing</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/What-s-the-DAX-syntax-equivalent-to-a-sql-windowing/m-p/786051#M4310</link>
      <description>&lt;DIV class="lia-message-body lia-component-message-view-widget-body lia-component-body-signature-highlight-escalation lia-component-message-view-widget-body-signature-highlight-escalation"&gt;&lt;DIV class="lia-message-body-content"&gt;&lt;DIV class="lia-message-body lia-component-message-view-widget-body lia-component-body-signature-highlight-escalation lia-component-message-view-widget-body-signature-highlight-escalation"&gt;&lt;DIV class="lia-message-body-content"&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I'm stuck trying to figure out the DAX formula to solve this problem :&lt;/P&gt;&lt;P&gt;I need to filter a table based on the latest StatusCode at a given date.&lt;/P&gt;&lt;P&gt;Here's a sample of my Positions table :&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;PositionId&lt;/TD&gt;&lt;TD&gt;PositionDate&lt;/TD&gt;&lt;TD&gt;ContainerId&lt;/TD&gt;&lt;TD&gt;StatusCode&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;34408&lt;/TD&gt;&lt;TD&gt;08/03/2018&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;RCVE&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;95676&lt;/TD&gt;&lt;TD&gt;10/04/2018&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;RCVF&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;100525&lt;/TD&gt;&lt;TD&gt;12/04/2018&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;SUBL&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;101685&lt;/TD&gt;&lt;TD&gt;21/05/2018&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;RTSL&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;111024&lt;/TD&gt;&lt;TD&gt;23/05/2018&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;RCVF&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;585046&lt;/TD&gt;&lt;TD&gt;15/01/2019&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;RCVE&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;595659&lt;/TD&gt;&lt;TD&gt;22/01/2019&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;SUBL&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;622710&lt;/TD&gt;&lt;TD&gt;06/02/2019&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;RTSL&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;628154&lt;/TD&gt;&lt;TD&gt;08/02/2019&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;DVSF&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;255695&lt;/TD&gt;&lt;TD&gt;05/07/2018&lt;/TD&gt;&lt;TD&gt;3&lt;/TD&gt;&lt;TD&gt;TRLE&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;294286&lt;/TD&gt;&lt;TD&gt;26/07/2018&lt;/TD&gt;&lt;TD&gt;3&lt;/TD&gt;&lt;TD&gt;SUBL&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;341214&lt;/TD&gt;&lt;TD&gt;22/08/2018&lt;/TD&gt;&lt;TD&gt;3&lt;/TD&gt;&lt;TD&gt;RTSL&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;355613&lt;/TD&gt;&lt;TD&gt;30/08/2018&lt;/TD&gt;&lt;TD&gt;3&lt;/TD&gt;&lt;TD&gt;OTSH&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;89795&lt;/TD&gt;&lt;TD&gt;06/04/2018&lt;/TD&gt;&lt;TD&gt;4&lt;/TD&gt;&lt;TD&gt;DVSE&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;95552&lt;/TD&gt;&lt;TD&gt;10/04/2018&lt;/TD&gt;&lt;TD&gt;4&lt;/TD&gt;&lt;TD&gt;OTSH&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;97635&lt;/TD&gt;&lt;TD&gt;11/04/2018&lt;/TD&gt;&lt;TD&gt;4&lt;/TD&gt;&lt;TD&gt;SUBL&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;79650&lt;/TD&gt;&lt;TD&gt;26/03/2018&lt;/TD&gt;&lt;TD&gt;5&lt;/TD&gt;&lt;TD&gt;RCVE&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;79657&lt;/TD&gt;&lt;TD&gt;27/03/2018&lt;/TD&gt;&lt;TD&gt;5&lt;/TD&gt;&lt;TD&gt;SUBL&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;202818&lt;/TD&gt;&lt;TD&gt;05/06/2018&lt;/TD&gt;&lt;TD&gt;5&lt;/TD&gt;&lt;TD&gt;RTSL&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;202819&lt;/TD&gt;&lt;TD&gt;06/06/2018&lt;/TD&gt;&lt;TD&gt;5&lt;/TD&gt;&lt;TD&gt;TRLE&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;64422&lt;/TD&gt;&lt;TD&gt;22/03/2018&lt;/TD&gt;&lt;TD&gt;6&lt;/TD&gt;&lt;TD&gt;RCVF&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;193698&lt;/TD&gt;&lt;TD&gt;27/05/2018&lt;/TD&gt;&lt;TD&gt;6&lt;/TD&gt;&lt;TD&gt;SUBL&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;196336&lt;/TD&gt;&lt;TD&gt;03/06/2018&lt;/TD&gt;&lt;TD&gt;6&lt;/TD&gt;&lt;TD&gt;LVSF&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;206919&lt;/TD&gt;&lt;TD&gt;07/06/2018&lt;/TD&gt;&lt;TD&gt;6&lt;/TD&gt;&lt;TD&gt;DVSF&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need to find all the ContainerIds with a StatusCode of SUBL up to a certain date. For instance :&lt;/P&gt;&lt;P&gt;- on 01/04/2018, the results should be :&lt;/P&gt;&lt;TABLE cellspacing="0" cellpadding="0" border="0"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;PositionId&lt;/TD&gt;&lt;TD&gt;PositionDate&lt;/TD&gt;&lt;TD&gt;ContainerId&lt;/TD&gt;&lt;TD&gt;StatusCode&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;79657&lt;/TD&gt;&lt;TD&gt;27/03/2018&lt;/TD&gt;&lt;TD&gt;5&lt;/TD&gt;&lt;TD&gt;SUBL&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- on 01/05/2018, I should find :&lt;/P&gt;&lt;TABLE cellspacing="0" cellpadding="0" border="0"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;PositionId&lt;/TD&gt;&lt;TD&gt;PositionDate&lt;/TD&gt;&lt;TD&gt;ContainerId&lt;/TD&gt;&lt;TD&gt;StatusCode&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;79657&lt;/TD&gt;&lt;TD&gt;27/03/2018&lt;/TD&gt;&lt;TD&gt;5&lt;/TD&gt;&lt;TD&gt;SUBL&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;97635&lt;/TD&gt;&lt;TD&gt;11/04/2018&lt;/TD&gt;&lt;TD&gt;4&lt;/TD&gt;&lt;TD&gt;SUBL&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;100525&lt;/TD&gt;&lt;TD&gt;12/04/2018&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;SUBL&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- and on 01/02/2019 I should find&lt;/P&gt;&lt;TABLE cellspacing="0" cellpadding="0" border="0"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;PositionId&lt;/TD&gt;&lt;TD&gt;PositionDate&lt;/TD&gt;&lt;TD&gt;ContainerId&lt;/TD&gt;&lt;TD&gt;StatusCode&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;79657&lt;/TD&gt;&lt;TD&gt;27/03/2018&lt;/TD&gt;&lt;TD&gt;5&lt;/TD&gt;&lt;TD&gt;SUBL&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;97635&lt;/TD&gt;&lt;TD&gt;11/04/2018&lt;/TD&gt;&lt;TD&gt;4&lt;/TD&gt;&lt;TD&gt;SUBL&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;100525&lt;/TD&gt;&lt;TD&gt;12/04/2018&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;SUBL&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;193698&lt;/TD&gt;&lt;TD&gt;27/05/2018&lt;/TD&gt;&lt;TD&gt;6&lt;/TD&gt;&lt;TD&gt;SUBL&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;294286&lt;/TD&gt;&lt;TD&gt;26/07/2018&lt;/TD&gt;&lt;TD&gt;3&lt;/TD&gt;&lt;TD&gt;SUBL&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;595659&lt;/TD&gt;&lt;TD&gt;22/01/2019&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;SUBL&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It seems to me to be the equivalent of a SQL Windowing function to which I'd pass a date parameter and that would iterate over the container ids to find the StatusCode for this MAX(Date) and just return all the ContainerIds with this StatusCode up to this date.&lt;/P&gt;&lt;P&gt;But I'm stuck in DAX...&lt;/P&gt;&lt;P&gt;Any help by you DAX Gurus out there would be greatly appreciated...&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;Thanks forward !&lt;/DIV&gt;&lt;DIV&gt;Franck&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 06 Sep 2019 20:26:35 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/What-s-the-DAX-syntax-equivalent-to-a-sql-windowing/m-p/786051#M4310</guid>
      <dc:creator>franck_axires</dc:creator>
      <dc:date>2019-09-06T20:26:35Z</dc:date>
    </item>
    <item>
      <title>Re: What's the DAX syntax equivalent to a sql windowing</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/What-s-the-DAX-syntax-equivalent-to-a-sql-windowing/m-p/786119#M4319</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="93585" data-lia-user-login="franck_axires" class="lia-mention lia-mention-user"&gt;franck_axires&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Just to be sure, you are doing this as a visualization in PBI?I&lt;BR /&gt;Nathaniel&lt;/P&gt;</description>
      <pubDate>Sat, 07 Sep 2019 01:17:20 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/What-s-the-DAX-syntax-equivalent-to-a-sql-windowing/m-p/786119#M4319</guid>
      <dc:creator>Nathaniel_C</dc:creator>
      <dc:date>2019-09-07T01:17:20Z</dc:date>
    </item>
    <item>
      <title>Re: What's the DAX syntax equivalent to a sql windowing</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/What-s-the-DAX-syntax-equivalent-to-a-sql-windowing/m-p/786123#M4320</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="93585" data-lia-user-login="franck_axires" class="lia-mention lia-mention-user"&gt;franck_axires&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;A quick data table placed in a Table visualization. Then use filters date is on or before, and Status Code for what is needed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If this solves your issues, please mark it as the solution, so that others can find it easily. Kudos are nice too.&lt;BR /&gt;Nathaniel&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 07 Sep 2019 01:38:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/What-s-the-DAX-syntax-equivalent-to-a-sql-windowing/m-p/786123#M4320</guid>
      <dc:creator>Nathaniel_C</dc:creator>
      <dc:date>2019-09-07T01:38:31Z</dc:date>
    </item>
    <item>
      <title>Re: What's the DAX syntax equivalent to a sql windowing</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/What-s-the-DAX-syntax-equivalent-to-a-sql-windowing/m-p/786239#M4326</link>
      <description>&lt;P&gt;Hi &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="159166" data-lia-user-login="Nathaniel_C" class="lia-mention lia-mention-user"&gt;Nathaniel_C&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your interest !&lt;/P&gt;&lt;P&gt;The table is only a sample. I'll make nice pie/bar/you-name-it charts for my client.&lt;/P&gt;</description>
      <pubDate>Sat, 07 Sep 2019 16:23:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/What-s-the-DAX-syntax-equivalent-to-a-sql-windowing/m-p/786239#M4326</guid>
      <dc:creator>franck_axires</dc:creator>
      <dc:date>2019-09-07T16:23:32Z</dc:date>
    </item>
    <item>
      <title>Re: What's the DAX syntax equivalent to a sql windowing</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/What-s-the-DAX-syntax-equivalent-to-a-sql-windowing/m-p/786240#M4327</link>
      <description>&lt;P&gt;Hi &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="159166" data-lia-user-login="Nathaniel_C" class="lia-mention lia-mention-user"&gt;Nathaniel_C&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;I also need to create a measure that will be used to calculate ratios.&lt;/P&gt;&lt;P&gt;That's why I need the DAX formula...&lt;/P&gt;&lt;P&gt;If you have any clues...&lt;/P&gt;&lt;P&gt;Thanks again !&lt;/P&gt;</description>
      <pubDate>Sat, 07 Sep 2019 16:26:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/What-s-the-DAX-syntax-equivalent-to-a-sql-windowing/m-p/786240#M4327</guid>
      <dc:creator>franck_axires</dc:creator>
      <dc:date>2019-09-07T16:26:45Z</dc:date>
    </item>
    <item>
      <title>Re: What's the DAX syntax equivalent to a sql windowing</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/What-s-the-DAX-syntax-equivalent-to-a-sql-windowing/m-p/786331#M4335</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="93585" data-lia-user-login="franck_axires" class="lia-mention lia-mention-user"&gt;franck_axires&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;You need a measure to help calculate ratios, but what you are showing us is a table.&amp;nbsp; What two numbers do you need for the ratio?&lt;/P&gt;&lt;P&gt;We can do tables in the power query editor, or in the Power BI, but what a measure is doing is filtering the rows and returning a value that can go into 1 cell. Like the sum of a column.&amp;nbsp;&lt;/P&gt;&lt;P&gt;So looking for more info here. Thanks!&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;==============&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Get status code = CALCULATE(max(Positions[StatusCode]),Positions[PositionDate]=DATE(2018,5,21)) We can do with parameter.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;And there is DATESBETWEEN() which we can probably use.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;BR /&gt;Nathaniel&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Sun, 08 Sep 2019 02:29:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/What-s-the-DAX-syntax-equivalent-to-a-sql-windowing/m-p/786331#M4335</guid>
      <dc:creator>Nathaniel_C</dc:creator>
      <dc:date>2019-09-08T02:29:49Z</dc:date>
    </item>
    <item>
      <title>Re: What's the DAX syntax equivalent to a sql windowing</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/What-s-the-DAX-syntax-equivalent-to-a-sql-windowing/m-p/786344#M4336</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="93585" data-lia-user-login="franck_axires" class="lia-mention lia-mention-user"&gt;franck_axires&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;So rereading everything, you said, you need to find the container ids for a specific Status Code between the beginning date, and the input date.&amp;nbsp; You will be basing the Status Code on the input date, right? Will the parameter be chosen from a list of dates? Or will any date do with the next&amp;nbsp; or previous date being used. We can do that with concatenex and give you a string of those ids separated with a delimiter, or we can give you a count of those ids.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Let me know!&lt;/P&gt;&lt;P&gt;Nathaniel&lt;/P&gt;</description>
      <pubDate>Sun, 08 Sep 2019 03:46:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/What-s-the-DAX-syntax-equivalent-to-a-sql-windowing/m-p/786344#M4336</guid>
      <dc:creator>Nathaniel_C</dc:creator>
      <dc:date>2019-09-08T03:46:30Z</dc:date>
    </item>
    <item>
      <title>Re: What's the DAX syntax equivalent to a sql windowing</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/What-s-the-DAX-syntax-equivalent-to-a-sql-windowing/m-p/786346#M4337</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="93585" data-lia-user-login="franck_axires" class="lia-mention lia-mention-user"&gt;franck_axires&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Something like this?&lt;/P&gt;&lt;P&gt;Nathaniel&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 08 Sep 2019 04:20:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/What-s-the-DAX-syntax-equivalent-to-a-sql-windowing/m-p/786346#M4337</guid>
      <dc:creator>Nathaniel_C</dc:creator>
      <dc:date>2019-09-08T04:20:14Z</dc:date>
    </item>
    <item>
      <title>Re: What's the DAX syntax equivalent to a sql windowing</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/What-s-the-DAX-syntax-equivalent-to-a-sql-windowing/m-p/786468#M4342</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="93585" data-lia-user-login="franck_axires" class="lia-mention lia-mention-user"&gt;franck_axires&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Lot of work, but very interesting!&lt;/P&gt;&lt;P&gt;First you create a parameter in Power Query based on turning the Date Column into a List. Then incorporate that into a query.&lt;/P&gt;&lt;P&gt;Then if you want to concatenate the IDs:&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;Concatenate status code = &lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;FONT size="2"&gt;&lt;STRONG&gt;VAR&lt;/STRONG&gt; StatusCode1&lt;/FONT&gt; = &lt;FONT size="2"&gt;CALCULATE(max(Positions[StatusCode]),Filter(Positions,Positions[PositionDate]&lt;FONT size="4"&gt;&lt;STRONG&gt;&lt;FONT color="#0000FF"&gt;=&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/FONT&gt;max(GetDate[ParameterDate]))) &lt;FONT color="#008000"&gt;//what is the StatusCode for this date&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT size="2"&gt;&lt;SPAN&gt;&lt;STRONG&gt;return&lt;/STRONG&gt; CALCULATE(CONCATENATEX(Positions,Positions[ContainerId], ", "),Filter(Positions,Positions[StatusCode]=StatusCode1 &amp;amp;&amp;amp; Positions[PositionDate]&lt;STRONG&gt;&lt;FONT size="4" color="#0000FF"&gt;&amp;lt;=&lt;/FONT&gt;&lt;/STRONG&gt; MAX((GetDate[ParameterDate]))))&amp;nbsp; &lt;FONT color="#339966"&gt;//use the StatusCode and the Selected Parameter Date to return the ContainerID&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT size="2"&gt;&lt;SPAN&gt;NOTE: In StatusCode1 it is &lt;FONT color="#0000FF"&gt;&lt;STRONG&gt;&lt;FONT size="4"&gt;=&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/FONT&gt;, in the &lt;STRONG&gt;return&lt;/STRONG&gt; it is &lt;STRONG&gt;&lt;FONT size="4" color="#0000FF"&gt;&amp;lt;=&amp;nbsp;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT size="2"&gt;&lt;SPAN&gt;&lt;STRONG&gt;&lt;FONT size="4" color="#0000FF"&gt;Then the same for the next measure, except we replace CONCATENEX () with COUNTROWS ()&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;Count of Container ID = &lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT size="2"&gt;&lt;SPAN&gt;&lt;STRONG&gt;VAR&lt;/STRONG&gt; StatusCode1 = CALCULATE(max(Positions[StatusCode]),Filter(Positions,Positions[PositionDate]=max(GetDate[ParameterDate]))) &lt;FONT color="#339966"&gt;//what is the StatusCode for this date&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT size="2"&gt;&lt;SPAN&gt;&lt;STRONG&gt;return&lt;/STRONG&gt; CALCULATE(Countrows(Positions),Filter(Positions,Positions[StatusCode]=StatusCode1 &amp;amp;&amp;amp; Positions[PositionDate]&amp;lt;= MAX((GetDate[ParameterDate])))) &lt;FONT color="#339966"&gt;//use the StatusCode and the Selected Parameter Date to return the ContainerID&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT size="2" color="#000000"&gt;&lt;FONT size="4"&gt;In the picture below, I also created a couple of measures for checking: 1 to show the date in the parameter, 2 that require manual entry of the StatusCode, and 1 that shows the return of the StatusCode based on parameter.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT size="2" color="#000000"&gt;&lt;FONT size="4"&gt;&lt;img /&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;One Caveat: I saw some comments that parameter are not supported in Power BI service. Check that out, and perhaps you will have to use a date slicer instead of a parameter to publish.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;If this solves your issues, please mark it as the solution, so that others can find it easily. &lt;STRONG&gt;Kudos&lt;/STRONG&gt; are nice too.&lt;BR /&gt;Nathaniel&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Sun, 08 Sep 2019 17:01:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/What-s-the-DAX-syntax-equivalent-to-a-sql-windowing/m-p/786468#M4342</guid>
      <dc:creator>Nathaniel_C</dc:creator>
      <dc:date>2019-09-08T17:01:07Z</dc:date>
    </item>
    <item>
      <title>Re: What's the DAX syntax equivalent to a sql windowing</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/What-s-the-DAX-syntax-equivalent-to-a-sql-windowing/m-p/786879#M4353</link>
      <description>&lt;P&gt;Hi &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="159166" data-lia-user-login="Nathaniel_C" class="lia-mention lia-mention-user"&gt;Nathaniel_C&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Lots of work indeed ! Thanks a whole lot for digging into this !&lt;/P&gt;&lt;P&gt;I'll be trying it out today and will let you know how it flies.&lt;/P&gt;&lt;P&gt;I will indeed have to publish it on the PBI Service so I'll tell you how it works too.&lt;/P&gt;&lt;P&gt;Thanks again &amp;amp; have a great day,&lt;/P&gt;&lt;P&gt;Franck&lt;/P&gt;</description>
      <pubDate>Mon, 09 Sep 2019 08:22:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/What-s-the-DAX-syntax-equivalent-to-a-sql-windowing/m-p/786879#M4353</guid>
      <dc:creator>franck_axires</dc:creator>
      <dc:date>2019-09-09T08:22:13Z</dc:date>
    </item>
    <item>
      <title>Re: What's the DAX syntax equivalent to a sql windowing</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/What-s-the-DAX-syntax-equivalent-to-a-sql-windowing/m-p/786965#M4359</link>
      <description>&lt;P&gt;Hi again &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="159166" data-lia-user-login="Nathaniel_C" class="lia-mention lia-mention-user"&gt;Nathaniel_C&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I will indeed need to use a date slicer in my report as users will need to look into Statuses including in the past.&lt;/P&gt;&lt;P&gt;What would be the syntax then to be able to use a slicer ? Should I just replace&lt;/P&gt;&lt;PRE&gt;max(GetDate[ParameterDate])&lt;/PRE&gt;&lt;P&gt;in the DAX query by&lt;/P&gt;&lt;PRE&gt;MAX(GetDate(Calendar[Date]))&lt;/PRE&gt;&lt;P&gt;where Calendar is my Date Dimension Table Name ?&lt;/P&gt;&lt;P&gt;I'll keep fiddling in all this in the meantime...😉&lt;/P&gt;&lt;P&gt;Thanks a bunch for your much appreciated help !&lt;/P&gt;</description>
      <pubDate>Mon, 09 Sep 2019 09:25:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/What-s-the-DAX-syntax-equivalent-to-a-sql-windowing/m-p/786965#M4359</guid>
      <dc:creator>franck_axires</dc:creator>
      <dc:date>2019-09-09T09:25:08Z</dc:date>
    </item>
    <item>
      <title>Re: What's the DAX syntax equivalent to a sql windowing</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/What-s-the-DAX-syntax-equivalent-to-a-sql-windowing/m-p/787321#M4376</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="93585" data-lia-user-login="franck_axires" class="lia-mention lia-mention-user"&gt;franck_axires&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;How is the fiddling going?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So if you use ALLSELECTED() from the slicer, (I created a new VAR to play with this, and not affect the rest of the code. However the way the Slicer works, it also filters all the dates in your table. So to solve that, I went back to Power Query and used your date column to create a new date table, which allows us to use it as a slicer, but not affect your original table. Works as expected. Try it!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have to work on something else for awhile, but the one thing I want to research is keeping the new table current as you update your base table. I know there is a way to do it, just have to find it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If this solves your issues, please mark it as the solution, so that others can find it easily. Kudos are nice too.&lt;BR /&gt;Nathaniel&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;FONT size="2" color="#0000FF"&gt;&lt;SPAN&gt;Concatenate ContainerID = &lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT size="2" color="#0000FF"&gt;&lt;SPAN&gt;VAR &lt;STRONG&gt;&lt;FONT color="#99CC00"&gt;SelectedDate&lt;/FONT&gt; &lt;/STRONG&gt;= &lt;FONT color="#FF0000"&gt;ALLSELECTED&lt;/FONT&gt;(PositionDate[Date])&lt;EM&gt;&lt;STRONG&gt;&lt;FONT color="#000000"&gt; //PositionDate is the new table with just one column.&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT size="2" color="#0000FF"&gt;&lt;SPAN&gt;VAR StatusCode1 = CALCULATE(max(Positions[StatusCode]),Filter(Positions,(Positions[PositionDate])=&lt;STRONG&gt;&lt;FONT color="#99CC00"&gt;SelectedDate&lt;/FONT&gt;&lt;/STRONG&gt;))//what is the StatusCode for this date&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT size="2" color="#0000FF"&gt;&lt;SPAN&gt;return CALCULATE(CONCATENATEX(Positions,Positions[ContainerId], ", "),Positions[StatusCode]=StatusCode1,Filter(Positions, Positions[PositionDate]&amp;lt;=&lt;FONT color="#99CC00"&gt;&lt;STRONG&gt;SelectedDate)&lt;/STRONG&gt;&lt;/FONT&gt;)//use the StatusCode and the Selected Parameter Date to return the ContainerID))&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Sep 2019 14:35:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/What-s-the-DAX-syntax-equivalent-to-a-sql-windowing/m-p/787321#M4376</guid>
      <dc:creator>Nathaniel_C</dc:creator>
      <dc:date>2019-09-09T14:35:19Z</dc:date>
    </item>
    <item>
      <title>Re: What's the DAX syntax equivalent to a sql windowing</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/What-s-the-DAX-syntax-equivalent-to-a-sql-windowing/m-p/787339#M4378</link>
      <description>&lt;P&gt;Hi &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="159166" data-lia-user-login="Nathaniel_C" class="lia-mention lia-mention-user"&gt;Nathaniel_C&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks a lot for your input.&lt;/P&gt;&lt;P&gt;I'm fiddling all the way...😜&lt;/P&gt;&lt;P&gt;Power BI is throwing an error in the CONCATENATEX &amp;amp; COUNTROWS formulas saying it cannot compare a date format to a string.&lt;/P&gt;&lt;P&gt;I have Datetime data on both sides of the = or &amp;lt;= operators and MAX doesn't implicitly convert data to strings so I'm a bit puzzled.&lt;/P&gt;&lt;P&gt;But I'll keep digging and let you know how it all went...!&lt;/P&gt;&lt;P&gt;Thanks again and have fun on your upcoming project !&lt;/P&gt;</description>
      <pubDate>Mon, 09 Sep 2019 14:56:29 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/What-s-the-DAX-syntax-equivalent-to-a-sql-windowing/m-p/787339#M4378</guid>
      <dc:creator>franck_axires</dc:creator>
      <dc:date>2019-09-09T14:56:29Z</dc:date>
    </item>
    <item>
      <title>Re: What's the DAX syntax equivalent to a sql windowing</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/What-s-the-DAX-syntax-equivalent-to-a-sql-windowing/m-p/787347#M4379</link>
      <description>&lt;P&gt;By the way, why do you concatenate ContainerIds in your first formula ?&lt;/P&gt;</description>
      <pubDate>Mon, 09 Sep 2019 14:59:54 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/What-s-the-DAX-syntax-equivalent-to-a-sql-windowing/m-p/787347#M4379</guid>
      <dc:creator>franck_axires</dc:creator>
      <dc:date>2019-09-09T14:59:54Z</dc:date>
    </item>
    <item>
      <title>Re: What's the DAX syntax equivalent to a sql windowing</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/What-s-the-DAX-syntax-equivalent-to-a-sql-windowing/m-p/787414#M4381</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="93585" data-lia-user-login="franck_axires" class="lia-mention lia-mention-user"&gt;franck_axires&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Go back into PQ and check your new table. You may have to change data type.&lt;/P&gt;&lt;P&gt;If this solves your issues, please mark it as the solution, so that others can find it easily. Kudos are nice too.&lt;BR /&gt;Nathaniel&lt;/P&gt;</description>
      <pubDate>Mon, 09 Sep 2019 15:55:17 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/What-s-the-DAX-syntax-equivalent-to-a-sql-windowing/m-p/787414#M4381</guid>
      <dc:creator>Nathaniel_C</dc:creator>
      <dc:date>2019-09-09T15:55:17Z</dc:date>
    </item>
    <item>
      <title>Re: What's the DAX syntax equivalent to a sql windowing</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/What-s-the-DAX-syntax-equivalent-to-a-sql-windowing/m-p/787424#M4384</link>
      <description>&lt;P&gt;&lt;SPAN&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="93585" data-lia-user-login="franck_axires" class="lia-mention lia-mention-user"&gt;franck_axires&lt;/a&gt;&amp;nbsp;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;"By the way, why do you concatenate ContainerIds in your first formula ?"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;You said originally,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;"I need to find all the ContainerIds with a StatusCode of SUBL up to a certain date.&amp;nbsp; "&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Is that not what you were looking to find?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If this solves your issues, please mark it as the solution, so that others can find it easily. Kudos are nice too.&lt;BR /&gt;Nathaniel&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Sep 2019 16:02:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/What-s-the-DAX-syntax-equivalent-to-a-sql-windowing/m-p/787424#M4384</guid>
      <dc:creator>Nathaniel_C</dc:creator>
      <dc:date>2019-09-09T16:02:49Z</dc:date>
    </item>
    <item>
      <title>Re: What's the DAX syntax equivalent to a sql windowing</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/What-s-the-DAX-syntax-equivalent-to-a-sql-windowing/m-p/787439#M4385</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="93585" data-lia-user-login="franck_axires" class="lia-mention lia-mention-user"&gt;franck_axires&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Plug this in and apply to a card.&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;How many Status Code = CALCULATE(COUNTROWS(Positions),FILTER(Positions,Positions[PositionDate]=ALLSELECTED(PositionDate[Date])))&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Select 10/4/2018&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Are two codes on one date expected?&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;If this solves your issues, please mark it as the solution, so that others can find it easily. Kudos are nice too.&lt;BR /&gt;Nathaniel&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 09 Sep 2019 16:36:15 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/What-s-the-DAX-syntax-equivalent-to-a-sql-windowing/m-p/787439#M4385</guid>
      <dc:creator>Nathaniel_C</dc:creator>
      <dc:date>2019-09-09T16:36:15Z</dc:date>
    </item>
    <item>
      <title>Re: What's the DAX syntax equivalent to a sql windowing</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/What-s-the-DAX-syntax-equivalent-to-a-sql-windowing/m-p/855919#M6821</link>
      <description>&lt;P&gt;Hi Nathaniel,&lt;/P&gt;&lt;P&gt;Thanks again for the energy you put in solving this problem.&lt;/P&gt;&lt;P&gt;The solution you offered didn't work in the end.&lt;/P&gt;&lt;P&gt;The actual solution resorted to manipulating the filter context with a series of treatas statements.&lt;/P&gt;&lt;P&gt;I'll publish a blog post about it and link to it here.&lt;/P&gt;&lt;P&gt;Thanks again !&lt;/P&gt;</description>
      <pubDate>Mon, 25 Nov 2019 13:30:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/What-s-the-DAX-syntax-equivalent-to-a-sql-windowing/m-p/855919#M6821</guid>
      <dc:creator>franck_axires</dc:creator>
      <dc:date>2019-11-25T13:30:47Z</dc:date>
    </item>
  </channel>
</rss>

