<?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 Calculated column only runs on around 300 rows in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculated-column-only-runs-on-around-300-rows/m-p/1116081#M16264</link>
    <description>&lt;P&gt;I have a simple date table:&lt;/P&gt;&lt;P&gt;Table:&amp;nbsp;&lt;SPAN&gt;= CALENDARAUTO(10)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;First column Date&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Scond column calculated:&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;OffsetDate = DATEADD('Date Table'[Date],2,MONTH)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;For some reason, only around 300 rows are calculated, the remaining rows are empty.. What am I missing?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;img /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Sat, 23 May 2020 20:41:03 GMT</pubDate>
    <dc:creator>Christophe</dc:creator>
    <dc:date>2020-05-23T20:41:03Z</dc:date>
    <item>
      <title>Calculated column only runs on around 300 rows</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculated-column-only-runs-on-around-300-rows/m-p/1116081#M16264</link>
      <description>&lt;P&gt;I have a simple date table:&lt;/P&gt;&lt;P&gt;Table:&amp;nbsp;&lt;SPAN&gt;= CALENDARAUTO(10)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;First column Date&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Scond column calculated:&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;OffsetDate = DATEADD('Date Table'[Date],2,MONTH)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;For some reason, only around 300 rows are calculated, the remaining rows are empty.. What am I missing?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;img /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 23 May 2020 20:41:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculated-column-only-runs-on-around-300-rows/m-p/1116081#M16264</guid>
      <dc:creator>Christophe</dc:creator>
      <dc:date>2020-05-23T20:41:03Z</dc:date>
    </item>
    <item>
      <title>Re: Calculated column only runs on around 300 rows</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculated-column-only-runs-on-around-300-rows/m-p/1116085#M16265</link>
      <description>That's very strange, what happens if you just second the second column = [Date]. Just kind of curious.</description>
      <pubDate>Sat, 23 May 2020 20:57:27 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculated-column-only-runs-on-around-300-rows/m-p/1116085#M16265</guid>
      <dc:creator>Greg_Deckler</dc:creator>
      <dc:date>2020-05-23T20:57:27Z</dc:date>
    </item>
    <item>
      <title>Re: Calculated column only runs on around 300 rows</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculated-column-only-runs-on-around-300-rows/m-p/1116121#M16267</link>
      <description>&lt;P&gt;I found my mistake, DATEADD takes a column and returns a table. It is not meant for calculation on a single date. Your comment helped me realize that the formula didn't just accept [Date] as argument.&lt;/P&gt;&lt;P&gt;Instead, I need to use a datetime function such as EDATE.&lt;/P&gt;&lt;P&gt;Side note: EDATE(12/31/2019,2) will return 2/29/2020.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 23 May 2020 23:18:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculated-column-only-runs-on-around-300-rows/m-p/1116121#M16267</guid>
      <dc:creator>Christophe</dc:creator>
      <dc:date>2020-05-23T23:18:12Z</dc:date>
    </item>
  </channel>
</rss>

