<?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: Measure not recognizing columns in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-not-recognizing-columns/m-p/2543691#M71721</link>
    <description>&lt;P&gt;Would I need to alter the formula for it by affected by dates on a splicer&lt;/P&gt;</description>
    <pubDate>Fri, 27 May 2022 11:22:41 GMT</pubDate>
    <dc:creator>Nigel29</dc:creator>
    <dc:date>2022-05-27T11:22:41Z</dc:date>
    <item>
      <title>Measure not recognizing columns</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-not-recognizing-columns/m-p/2543196#M71693</link>
      <description>&lt;P&gt;I'm new to Power BI and have really been struggling with these DAX formulas. I've been trying to do gross profit margin as a new measure but it seems the columns are not being recognised and I can't figure out why or where I went wrong.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 27 May 2022 08:24:59 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-not-recognizing-columns/m-p/2543196#M71693</guid>
      <dc:creator>Nigel29</dc:creator>
      <dc:date>2022-05-27T08:24:59Z</dc:date>
    </item>
    <item>
      <title>Re: Measure not recognizing columns</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-not-recognizing-columns/m-p/2543440#M71702</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="394786" data-lia-user-login="Nigel29" class="lia-mention lia-mention-user"&gt;Nigel29&lt;/a&gt;&amp;nbsp;you can't reference a "naked" column in a measure without first supplying to it a row context (in most cases the straight forward solution is just wrap it up with an aggregation function). In your case you just need to add an aggregation, probably SUM.&lt;BR /&gt;So write: DIVIDE (SUM('Table'[Column1]),SUM('Table'[Column2]))&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.powerbi.com/t5/Data-Stories-Gallery/Contoso-by-SpartaBI/m-p/2449543" target="_blank" rel="noopener"&gt;&lt;FONT size="4" color="#0000EE"&gt;Showcase Report – Contoso By SpartaBI&lt;/FONT&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Check it out!&amp;nbsp;Give it a thumbs up if you liked it &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://www.spartabi.com" target="_blank" rel="noopener"&gt;&lt;img /&gt;&lt;/A&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;A href="https://www.linkedin.com/company/spartabi" target="_blank" rel="noopener"&gt;&lt;img /&gt;&lt;/A&gt; &amp;nbsp;&amp;nbsp;&lt;A href="https://www.facebook.com/SpartaBI" target="_blank" rel="noopener"&gt;&lt;img /&gt;&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://www.spartabi.com" target="_blank" rel="noopener"&gt;&lt;img /&gt;&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 27 May 2022 09:37:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-not-recognizing-columns/m-p/2543440#M71702</guid>
      <dc:creator>SpartaBI</dc:creator>
      <dc:date>2022-05-27T09:37:00Z</dc:date>
    </item>
    <item>
      <title>Re: Measure not recognizing columns</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-not-recognizing-columns/m-p/2543691#M71721</link>
      <description>&lt;P&gt;Would I need to alter the formula for it by affected by dates on a splicer&lt;/P&gt;</description>
      <pubDate>Fri, 27 May 2022 11:22:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-not-recognizing-columns/m-p/2543691#M71721</guid>
      <dc:creator>Nigel29</dc:creator>
      <dc:date>2022-05-27T11:22:41Z</dc:date>
    </item>
    <item>
      <title>Re: Measure not recognizing columns</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-not-recognizing-columns/m-p/2543704#M71722</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="394786" data-lia-user-login="Nigel29" class="lia-mention lia-mention-user"&gt;Nigel29&lt;/a&gt;&amp;nbsp;It will pick up any filter in the way I wrote you.&lt;/P&gt;&lt;P&gt;There is no calculate their that change the filter context&lt;/P&gt;</description>
      <pubDate>Fri, 27 May 2022 11:25:23 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-not-recognizing-columns/m-p/2543704#M71722</guid>
      <dc:creator>SpartaBI</dc:creator>
      <dc:date>2022-05-27T11:25:23Z</dc:date>
    </item>
    <item>
      <title>Re: Measure not recognizing columns</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-not-recognizing-columns/m-p/2543725#M71723</link>
      <description>&lt;P&gt;Thank you very much.&lt;/P&gt;</description>
      <pubDate>Fri, 27 May 2022 11:40:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-not-recognizing-columns/m-p/2543725#M71723</guid>
      <dc:creator>Nigel29</dc:creator>
      <dc:date>2022-05-27T11:40:13Z</dc:date>
    </item>
    <item>
      <title>Re: Measure not recognizing columns</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-not-recognizing-columns/m-p/2543728#M71724</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="394786" data-lia-user-login="Nigel29" class="lia-mention lia-mention-user"&gt;Nigel29&lt;/a&gt;&amp;nbsp;my pleasure &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;Hey, check out my showcase report:&lt;BR /&gt;&lt;A href="https://community.powerbi.com/t5/Data-Stories-Gallery/SpartaBI-Feat-Contoso-100K/td-p/2449543" target="_blank" rel="noopener"&gt;https://community.powerbi.com/t5/Data-Stories-Gallery/SpartaBI-Feat-Contoso-100K/td-p/2449543&lt;/A&gt;&lt;BR /&gt;Give it a thumbs up over there if you liked it &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 27 May 2022 11:42:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-not-recognizing-columns/m-p/2543728#M71724</guid>
      <dc:creator>SpartaBI</dc:creator>
      <dc:date>2022-05-27T11:42:14Z</dc:date>
    </item>
  </channel>
</rss>

