<?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: This expression refers to Column object named 'Delivery Updates[Schedule logic]' which has an error in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/This-expression-refers-to-Column-object-named-Delivery-Updates/m-p/4129694#M164020</link>
    <description>&lt;P&gt;Please provide sample data that covers your issue or question &lt;STRONG&gt;completely&lt;/STRONG&gt;, in a &lt;STRONG&gt;usable&lt;/STRONG&gt; format (not as a screenshot).&lt;BR /&gt;&lt;BR /&gt;Do not include sensitive information or anything not related to the issue or question. &lt;BR /&gt;&lt;BR /&gt;If you are unsure how to upload data please refer to &lt;A href="https://community.fabric.microsoft.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-Forum/ba-p/963216" target="_blank"&gt;https://community.fabric.microsoft.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-Forum/ba-p/963216&lt;/A&gt; &lt;BR /&gt;&lt;BR /&gt;Please show the expected outcome based on the sample data you provided. &lt;BR /&gt;&lt;BR /&gt;Want faster answers? &lt;A href="https://community.fabric.microsoft.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447523" target="_blank"&gt;https://community.fabric.microsoft.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447523&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 02 Sep 2024 14:31:52 GMT</pubDate>
    <dc:creator>lbendlin</dc:creator>
    <dc:date>2024-09-02T14:31:52Z</dc:date>
    <item>
      <title>This expression refers to Column object named 'Delivery Updates[Schedule logic]' which has an error</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/This-expression-refers-to-Column-object-named-Delivery-Updates/m-p/4129376#M163991</link>
      <description>&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;I am receiving the subjected error message when i am trying to create a custom column for below condition:&lt;/P&gt;&lt;P&gt;"FY Forecast &amp;gt; 500K". you have to sum all rows for the account, if the sum is &amp;gt;500K then it is key account&lt;/P&gt;&lt;P&gt;ex; (Albertsons RPA record has 300K, Albertsons GenAI/AI has 100K and no other Albertsons records, then it is not key account.&amp;nbsp; Albertsons RPA record has 300K, Albertsons GenAI/AI has 200K then it is key account) . RPA and GenAI is a offertype , if we have same account names but different offertype then we have to sum FY forecast for those same account and mark it as YES or NO.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;DAX i created below got an error based on the previous DAX error :&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;I don't know why it is getting this error message .&lt;/P&gt;&lt;P&gt;Please help to solve this ..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;DK&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Sep 2024 10:22:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/This-expression-refers-to-Column-object-named-Delivery-Updates/m-p/4129376#M163991</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-09-02T10:22:01Z</dc:date>
    </item>
    <item>
      <title>Re: This expression refers to Column object named 'Delivery Updates[Schedule logic]' which has an error</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/This-expression-refers-to-Column-object-named-Delivery-Updates/m-p/4129393#M163992</link>
      <description>&lt;P&gt;I think it is because you used CALCULATE inside a calculated column, so the previous column in error gets inside your new filter context. &lt;BR /&gt;You have to fix Schedule Logic formula. &lt;BR /&gt;Or exclude this column from the formula for key account role 2 like adding removefilter('table'[schedule logic])&lt;BR /&gt;to your calculate&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you want to read something about context transition &lt;A href="https://www.sqlbi.com/articles/understanding-context-transition-in-dax/" target="_blank"&gt;https://www.sqlbi.com/articles/understanding-context-transition-in-dax/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Sep 2024 10:40:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/This-expression-refers-to-Column-object-named-Delivery-Updates/m-p/4129393#M163992</guid>
      <dc:creator>Gabry</dc:creator>
      <dc:date>2024-09-02T10:40:21Z</dc:date>
    </item>
    <item>
      <title>Re: This expression refers to Column object named 'Delivery Updates[Schedule logic]' which has an error</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/This-expression-refers-to-Column-object-named-Delivery-Updates/m-p/4129406#M163993</link>
      <description>&lt;P&gt;You first need to correct the [Schedule Logic]&amp;nbsp; column.&lt;/P&gt;</description>
      <pubDate>Mon, 02 Sep 2024 10:49:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/This-expression-refers-to-Column-object-named-Delivery-Updates/m-p/4129406#M163993</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2024-09-02T10:49:11Z</dc:date>
    </item>
    <item>
      <title>Re: This expression refers to Column object named 'Delivery Updates[Schedule logic]' which has an error</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/This-expression-refers-to-Column-object-named-Delivery-Updates/m-p/4129454#M163997</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="100342" data-lia-user-login="lbendlin" class="lia-mention lia-mention-user"&gt;lbendlin&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="470368" data-lia-user-login="Gabry" class="lia-mention lia-mention-user"&gt;Gabry&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have removed Schedule logic DAX now as it is not required now.&lt;/P&gt;&lt;P&gt;Post that i can see the below error :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;"ANZ banking group" is a account name column.&lt;/P&gt;</description>
      <pubDate>Mon, 02 Sep 2024 11:21:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/This-expression-refers-to-Column-object-named-Delivery-Updates/m-p/4129454#M163997</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-09-02T11:21:50Z</dc:date>
    </item>
    <item>
      <title>Re: This expression refers to Column object named 'Delivery Updates[Schedule logic]' which has an error</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/This-expression-refers-to-Column-object-named-Delivery-Updates/m-p/4129459#M163998</link>
      <description>&lt;P&gt;Filters need to be tables or True/False.&amp;nbsp; You tried to specify a column as a filter.&lt;/P&gt;</description>
      <pubDate>Mon, 02 Sep 2024 11:26:59 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/This-expression-refers-to-Column-object-named-Delivery-Updates/m-p/4129459#M163998</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2024-09-02T11:26:59Z</dc:date>
    </item>
    <item>
      <title>Re: This expression refers to Column object named 'Delivery Updates[Schedule logic]' which has an error</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/This-expression-refers-to-Column-object-named-Delivery-Updates/m-p/4129525#M164000</link>
      <description>&lt;P&gt;ok what should be the DAX formula then for my scenario ? Can you please help to explain more on this ..&lt;/P&gt;</description>
      <pubDate>Mon, 02 Sep 2024 12:42:15 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/This-expression-refers-to-Column-object-named-Delivery-Updates/m-p/4129525#M164000</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-09-02T12:42:15Z</dc:date>
    </item>
    <item>
      <title>Re: This expression refers to Column object named 'Delivery Updates[Schedule logic]' which has an error</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/This-expression-refers-to-Column-object-named-Delivery-Updates/m-p/4129694#M164020</link>
      <description>&lt;P&gt;Please provide sample data that covers your issue or question &lt;STRONG&gt;completely&lt;/STRONG&gt;, in a &lt;STRONG&gt;usable&lt;/STRONG&gt; format (not as a screenshot).&lt;BR /&gt;&lt;BR /&gt;Do not include sensitive information or anything not related to the issue or question. &lt;BR /&gt;&lt;BR /&gt;If you are unsure how to upload data please refer to &lt;A href="https://community.fabric.microsoft.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-Forum/ba-p/963216" target="_blank"&gt;https://community.fabric.microsoft.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-Forum/ba-p/963216&lt;/A&gt; &lt;BR /&gt;&lt;BR /&gt;Please show the expected outcome based on the sample data you provided. &lt;BR /&gt;&lt;BR /&gt;Want faster answers? &lt;A href="https://community.fabric.microsoft.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447523" target="_blank"&gt;https://community.fabric.microsoft.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447523&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Sep 2024 14:31:52 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/This-expression-refers-to-Column-object-named-Delivery-Updates/m-p/4129694#M164020</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2024-09-02T14:31:52Z</dc:date>
    </item>
  </channel>
</rss>

