<?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: DAX Error: A function 'PLACEHOLDER&amp;quot; has been used in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Error-A-function-PLACEHOLDER-quot-has-been-used/m-p/2172738#M50474</link>
    <description>&lt;P&gt;I have measure 1 which counts number of cells and returns "0" instead of blank.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have measure 2 which is divisional goal.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm attempting to create measure 3 to show me percent of goal. The two measures divided by each other.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="334520" data-lia-user-login="v-yanjiang-msft" class="lia-mention lia-mention-user"&gt;v-yanjiang-msft&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 04 Nov 2021 13:45:30 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2021-11-04T13:45:30Z</dc:date>
    <item>
      <title>DAX Error: A function 'PLACEHOLDER" has been used</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Error-A-function-PLACEHOLDER-quot-has-been-used/m-p/2161409#M49966</link>
      <description>&lt;P&gt;I'm attempting to create a measure to divide one card by another.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Services Count / Services Goal = Percent to Goal&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PTG Northstar =&lt;BR /&gt;DIVIDE(&lt;BR /&gt;CALCULATE(&lt;BR /&gt;COUNTROWS(CareerCenterGoals)&lt;BR /&gt;,CareerCenterGoals[Count of activityID -0 instead of blank]&lt;BR /&gt;)&lt;BR /&gt;,CALCULATE(&lt;BR /&gt;COUNTROWS('Goals: Career Center')&lt;BR /&gt;,'Goals: Career Center'[Services Goal]&lt;BR /&gt;)&lt;BR /&gt;)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I recieved this error:&amp;nbsp;A function 'PLACEHOLDER' has been used in a True/False expression that is used as a table filter expression. This is not allowed.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Oct 2021 17:25:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Error-A-function-PLACEHOLDER-quot-has-been-used/m-p/2161409#M49966</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-10-28T17:25:03Z</dc:date>
    </item>
    <item>
      <title>Re: DAX Error: A function 'PLACEHOLDER" has been used</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Error-A-function-PLACEHOLDER-quot-has-been-used/m-p/2161451#M49970</link>
      <description>&lt;P&gt;Anonymous&lt;/a&gt;&amp;nbsp;So generally that should look something like:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;PTG Northstar =
DIVIDE(
CALCULATE(
COUNTROWS(CareerCenterGoals)
,CareerCenterGoals[Count of activityID -0 instead of blank] = &amp;lt;some value&amp;gt;
)
,CALCULATE(
COUNTROWS('Goals: Career Center')
,'Goals: Career Center'[Services Goal] = &amp;lt;some value&amp;gt;
)
)&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 28 Oct 2021 17:39:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Error-A-function-PLACEHOLDER-quot-has-been-used/m-p/2161451#M49970</guid>
      <dc:creator>Greg_Deckler</dc:creator>
      <dc:date>2021-10-28T17:39:14Z</dc:date>
    </item>
    <item>
      <title>Re: DAX Error: A function 'PLACEHOLDER" has been used</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Error-A-function-PLACEHOLDER-quot-has-been-used/m-p/2162428#M50000</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="6614" data-lia-user-login="Greg" class="lia-mention lia-mention-user"&gt;Greg&lt;/a&gt;&amp;nbsp;what should = &amp;lt;some value&amp;gt; be? Does it matter?&lt;/P&gt;</description>
      <pubDate>Fri, 29 Oct 2021 06:19:57 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Error-A-function-PLACEHOLDER-quot-has-been-used/m-p/2162428#M50000</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-10-29T06:19:57Z</dc:date>
    </item>
    <item>
      <title>Re: DAX Error: A function 'PLACEHOLDER" has been used</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Error-A-function-PLACEHOLDER-quot-has-been-used/m-p/2171961#M50438</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;According to your description, the highlight part of your DAX code bellow hasn&lt;/SPAN&gt;’&lt;SPAN&gt;t express what outcome you want, it should be an expression but not a column.&lt;/SPAN&gt;&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;&lt;SPAN&gt;If you want to calculate the count of rows which is not blank, you can use the following measure.&lt;/SPAN&gt;&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;&lt;SPAN&gt;Here&lt;/SPAN&gt;’&lt;SPAN&gt;s some information which may help you to understand.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Fdocs.microsoft.com%2Fen-us%2Fdax%2Fcalculate-function-dax&amp;amp;data=04%7C01%7Cv-yanjiang%40microsoft.com%7Ca003f42dad6240a9d39a08d99f5bcc0f%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C637716038872766606%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&amp;amp;sdata=5NPRnpV9GUY63Q2Tyv0ysYfbiSyIlq07IYyFTLDATdQ%3D&amp;amp;reserved=0" target="_blank"&gt;https://docs.microsoft.com/en-us/dax/calculate-function-dax&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.sqlgene.com%2F2019%2F04%2F16%2Fdax-error-a-function-xxxx-has-been-used-in-a-true-false-expression-that-is-used-as-a-table-filter-expression-this-is-not-allowed%2F&amp;amp;data=04%7C01%7Cv-yanjiang%40microsoft.com%7Ca003f42dad6240a9d39a08d99f5bcc0f%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C637716038872766606%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&amp;amp;sdata=OGmGbOflBP%2Fk%2BcT9fqMVJV8Ve70uIQaNTYIbOC4rIks%3D&amp;amp;reserved=0" target="_blank"&gt;https://www.sqlgene.com/2019/04/16/dax-error-a-function-xxxx-has-been-used-in-a-true-false-expression-that-is-used-as-a-table-filter-expression-this-is-not-allowed/&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;BR /&gt;Community Support Team _ kalyj&lt;/P&gt;&lt;P&gt;If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Nov 2021 06:26:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Error-A-function-PLACEHOLDER-quot-has-been-used/m-p/2171961#M50438</guid>
      <dc:creator>v-yanjiang-msft</dc:creator>
      <dc:date>2021-11-04T06:26:42Z</dc:date>
    </item>
    <item>
      <title>Re: DAX Error: A function 'PLACEHOLDER" has been used</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Error-A-function-PLACEHOLDER-quot-has-been-used/m-p/2172738#M50474</link>
      <description>&lt;P&gt;I have measure 1 which counts number of cells and returns "0" instead of blank.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have measure 2 which is divisional goal.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm attempting to create measure 3 to show me percent of goal. The two measures divided by each other.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="334520" data-lia-user-login="v-yanjiang-msft" class="lia-mention lia-mention-user"&gt;v-yanjiang-msft&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Nov 2021 13:45:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Error-A-function-PLACEHOLDER-quot-has-been-used/m-p/2172738#M50474</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-11-04T13:45:30Z</dc:date>
    </item>
  </channel>
</rss>

