<?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 Creating column with value from other date row in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-column-with-value-from-other-date-row/m-p/2514583#M69870</link>
    <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you please help with DAX query&lt;/P&gt;&lt;P&gt;I need to paste Qty from yesturday to new column against today date&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;I mean add column with yesturday Qty for each SEG&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
    <pubDate>Fri, 13 May 2022 21:27:21 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2022-05-13T21:27:21Z</dc:date>
    <item>
      <title>Creating column with value from other date row</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-column-with-value-from-other-date-row/m-p/2514583#M69870</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you please help with DAX query&lt;/P&gt;&lt;P&gt;I need to paste Qty from yesturday to new column against today date&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;I mean add column with yesturday Qty for each SEG&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Fri, 13 May 2022 21:27:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-column-with-value-from-other-date-row/m-p/2514583#M69870</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-05-13T21:27:21Z</dc:date>
    </item>
    <item>
      <title>Re: Creating column with value from other date row</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-column-with-value-from-other-date-row/m-p/2514698#M69878</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt; , Try like &lt;/P&gt;
&lt;P&gt;Last day Qty = sumx(filter(Table, [Shared] = earlier([Shared]) &amp;amp;&amp;amp; [Date] = earlier([Date]) -1),[Qty])&lt;/P&gt;</description>
      <pubDate>Sat, 14 May 2022 02:21:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-column-with-value-from-other-date-row/m-p/2514698#M69878</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2022-05-14T02:21:04Z</dc:date>
    </item>
    <item>
      <title>Re: Creating column with value from other date row</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-column-with-value-from-other-date-row/m-p/2515043#M69904</link>
      <description>&lt;P&gt;Hello:&lt;/P&gt;&lt;P&gt;Please see attached filed with solve with calc column and measure. I hope this helps!&lt;/P&gt;&lt;P&gt;&lt;A href="https://drive.google.com/file/d/1mih9EiAmzLSP10NGmlOk5nmXhpqZwgpv/view?usp=sharing" target="_blank"&gt;https://drive.google.com/file/d/1mih9EiAmzLSP10NGmlOk5nmXhpqZwgpv/view?usp=sharing&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 14 May 2022 13:03:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-column-with-value-from-other-date-row/m-p/2515043#M69904</guid>
      <dc:creator>Whitewater100</dc:creator>
      <dc:date>2022-05-14T13:03:38Z</dc:date>
    </item>
    <item>
      <title>Re: Creating column with value from other date row</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-column-with-value-from-other-date-row/m-p/2515052#M69905</link>
      <description>&lt;P&gt;ne note - I was using Table Name of data. You can use your table name of AC, so replace "data" in formulas with AC, the name of your table. Thanks..&lt;/P&gt;</description>
      <pubDate>Sat, 14 May 2022 13:14:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-column-with-value-from-other-date-row/m-p/2515052#M69905</guid>
      <dc:creator>Whitewater100</dc:creator>
      <dc:date>2022-05-14T13:14:48Z</dc:date>
    </item>
  </channel>
</rss>

