<?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: A single value for column xxxx in table 'yyy' cannot be determined. in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/A-single-value-for-column-xxxx-in-table-yyy-cannot-be-determined/m-p/2486006#M68263</link>
    <description>&lt;P&gt;perfect! that totally worked. I don't know why i didn't see that before.&lt;/P&gt;</description>
    <pubDate>Fri, 29 Apr 2022 14:52:31 GMT</pubDate>
    <dc:creator>swarren</dc:creator>
    <dc:date>2022-04-29T14:52:31Z</dc:date>
    <item>
      <title>A single value for column xxxx in table 'yyy' cannot be determined.</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/A-single-value-for-column-xxxx-in-table-yyy-cannot-be-determined/m-p/2484208#M68140</link>
      <description>&lt;P class="lia-align-left"&gt;A single value for column 'wv_middledonormove' in table 'crmPhone' cannot be determined. This can happen when a measure formula refers to a column that contains many values without specifying an aggregation such as min, max, count, or sum to get a single result.&lt;/P&gt;&lt;P class="lia-align-left"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="lia-align-left"&gt;When using a switch command:&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Middle Donor Moves Phone = &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;SWITCH&lt;/SPAN&gt;&lt;SPAN&gt; (&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;crmPhone&lt;/SPAN&gt;&lt;SPAN&gt;[wv_middledonormove]&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;772490000&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;"Invite"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;772490003&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;"Cultivate"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;772490004&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;"Acknowledge"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;772490005&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;"Service"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"None"&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 28 Apr 2022 20:21:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/A-single-value-for-column-xxxx-in-table-yyy-cannot-be-determined/m-p/2484208#M68140</guid>
      <dc:creator>swarren</dc:creator>
      <dc:date>2022-04-28T20:21:18Z</dc:date>
    </item>
    <item>
      <title>Re: A single value for column xxxx in table 'yyy' cannot be determined.</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/A-single-value-for-column-xxxx-in-table-yyy-cannot-be-determined/m-p/2484461#M68154</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="255638" data-lia-user-login="swarren" class="lia-mention lia-mention-user"&gt;swarren&lt;/a&gt; , This can work as new column , not measure &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Middle Donor Moves Phone =&lt;BR /&gt;SWITCH ( crmPhone[wv_middledonormove],&lt;BR /&gt;772490000, "Invite",&lt;BR /&gt;772490003, "Cultivate",&lt;BR /&gt;772490004, "Acknowledge",&lt;BR /&gt;772490005, "Service",&lt;BR /&gt;"None")&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;a new measure&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Middle Donor Moves Phone =&lt;BR /&gt;SWITCH (&lt;BR /&gt;max(crmPhone[wv_middledonormove] ) ,&lt;BR /&gt;772490000, "Invite",&lt;BR /&gt;772490003, "Cultivate",&lt;BR /&gt;772490004, "Acknowledge",&lt;BR /&gt;772490005, "Service",&lt;BR /&gt;"None")&lt;/P&gt;</description>
      <pubDate>Fri, 29 Apr 2022 01:36:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/A-single-value-for-column-xxxx-in-table-yyy-cannot-be-determined/m-p/2484461#M68154</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2022-04-29T01:36:56Z</dc:date>
    </item>
    <item>
      <title>Re: A single value for column xxxx in table 'yyy' cannot be determined.</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/A-single-value-for-column-xxxx-in-table-yyy-cannot-be-determined/m-p/2486006#M68263</link>
      <description>&lt;P&gt;perfect! that totally worked. I don't know why i didn't see that before.&lt;/P&gt;</description>
      <pubDate>Fri, 29 Apr 2022 14:52:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/A-single-value-for-column-xxxx-in-table-yyy-cannot-be-determined/m-p/2486006#M68263</guid>
      <dc:creator>swarren</dc:creator>
      <dc:date>2022-04-29T14:52:31Z</dc:date>
    </item>
  </channel>
</rss>

