<?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 Function CONCATENATEX is not supported on PBIRS / DirectQuery Mode in Report Server</title>
    <link>https://community.fabric.microsoft.com/t5/Report-Server/DAX-Function-CONCATENATEX-is-not-supported-on-PBIRS-DirectQuery/m-p/409956#M5472</link>
    <description>&lt;P&gt;Hmm, yeah for something simple like that you could do something like:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;Measure = 
MAXX(FILTER('#Currencies',[Currency]="HKD"),[Currency]) &amp;amp; "," &amp;amp;
MAXX(FILTER('#Currencies',[Currency]="USD"),[Currency]) &amp;amp; "," &amp;amp;
MAXX(FILTER('#Currencies',[Currency]="RMB"),[Currency])&lt;/PRE&gt;&lt;P&gt;But that's really not any better than just creating a measure that is = "HKD,USD,RMB" and I assume this is a small subset of your data.&lt;/P&gt;</description>
    <pubDate>Thu, 03 May 2018 13:32:43 GMT</pubDate>
    <dc:creator>Greg_Deckler</dc:creator>
    <dc:date>2018-05-03T13:32:43Z</dc:date>
    <item>
      <title>DAX Function CONCATENATEX is not supported on PBIRS / DirectQuery Mode</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/DAX-Function-CONCATENATEX-is-not-supported-on-PBIRS-DirectQuery/m-p/409398#M5462</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried to use DAX function CONCATENATEX using DirectQuery mode. It works fine on PBI Desktop. But when I run the report on on-prem PBIRS, the following error message "Function CONCANTENATEX is not supported in DirectQuery mode".&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;Some&amp;nbsp;DAX functions (e.g. STARTOFMONTH) is explicitly stating they are not supported in DirectQuery mode. But CONCATENATEX (&lt;A href="https://msdn.microsoft.com/en-us/query-bi/dax/concatenatex-function-dax" target="_blank"&gt;https://msdn.microsoft.com/en-us/query-bi/dax/concatenatex-function-dax&lt;/A&gt;) has no such wordings until loading from PBIRS.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My on-prem PBIRS is the latest March 2018 release. Does anyone have any idea how to resolve this? Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Blithe&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 03 May 2018 01:44:57 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/DAX-Function-CONCATENATEX-is-not-supported-on-PBIRS-DirectQuery/m-p/409398#M5462</guid>
      <dc:creator>blithechan</dc:creator>
      <dc:date>2018-05-03T01:44:57Z</dc:date>
    </item>
    <item>
      <title>Re: DAX Function CONCATENATEX is not supported on PBIRS / DirectQuery Mode</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/DAX-Function-CONCATENATEX-is-not-supported-on-PBIRS-DirectQuery/m-p/409457#M5463</link>
      <description>&lt;P&gt;Correct, if it isn't in this list, it isn't supported:&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.microsoft.com/en-us/sql/analysis-services/tabular-models/dax-formula-compatibility-in-directquery-mode-ssas-2016?view=sql-analysis-services-2017" target="_blank"&gt;https://docs.microsoft.com/en-us/sql/analysis-services/tabular-models/dax-formula-compatibility-in-directquery-mode-ssas-2016?view=sql-analysis-services-2017&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Would need to understand exactly what you are trying to do to see if there is a solution. Source data, expected output, etc. Please see this post regarding How to Get Your Question Answered Quickly: &lt;A href="https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490" target="_blank"&gt;https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 03 May 2018 03:19:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/DAX-Function-CONCATENATEX-is-not-supported-on-PBIRS-DirectQuery/m-p/409457#M5463</guid>
      <dc:creator>Greg_Deckler</dc:creator>
      <dc:date>2018-05-03T03:19:01Z</dc:date>
    </item>
    <item>
      <title>Re: DAX Function CONCATENATEX is not supported on PBIRS / DirectQuery Mode</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/DAX-Function-CONCATENATEX-is-not-supported-on-PBIRS-DirectQuery/m-p/409466#M5464</link>
      <description>&lt;P&gt;Hi Greg,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your quick response.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;What i am trying to do is to concatenate a column's values into a list.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Source data&lt;/P&gt;&lt;TABLE border="0" cellspacing="0" cellpadding="0"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;STRONG&gt;&lt;FONT color="#000000" face="Arial" size="2"&gt;Currency&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;FONT color="#000000" face="Arial" size="2"&gt;HKD&lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;FONT color="#000000" face="Arial" size="2"&gt;USD&lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;FONT color="#000000" face="Arial" size="2"&gt;RMB&lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Expected Output&lt;/P&gt;&lt;P&gt;HKD,USD,RMB&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thus CONCATENATEX sounds do exactly what I expect.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Appreciate if you can share any workaround to achieve the same. Thanks so much.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Blithe&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 03 May 2018 03:26:15 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/DAX-Function-CONCATENATEX-is-not-supported-on-PBIRS-DirectQuery/m-p/409466#M5464</guid>
      <dc:creator>blithechan</dc:creator>
      <dc:date>2018-05-03T03:26:15Z</dc:date>
    </item>
    <item>
      <title>Re: DAX Function CONCATENATEX is not supported on PBIRS / DirectQuery Mode</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/DAX-Function-CONCATENATEX-is-not-supported-on-PBIRS-DirectQuery/m-p/409956#M5472</link>
      <description>&lt;P&gt;Hmm, yeah for something simple like that you could do something like:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;Measure = 
MAXX(FILTER('#Currencies',[Currency]="HKD"),[Currency]) &amp;amp; "," &amp;amp;
MAXX(FILTER('#Currencies',[Currency]="USD"),[Currency]) &amp;amp; "," &amp;amp;
MAXX(FILTER('#Currencies',[Currency]="RMB"),[Currency])&lt;/PRE&gt;&lt;P&gt;But that's really not any better than just creating a measure that is = "HKD,USD,RMB" and I assume this is a small subset of your data.&lt;/P&gt;</description>
      <pubDate>Thu, 03 May 2018 13:32:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/DAX-Function-CONCATENATEX-is-not-supported-on-PBIRS-DirectQuery/m-p/409956#M5472</guid>
      <dc:creator>Greg_Deckler</dc:creator>
      <dc:date>2018-05-03T13:32:43Z</dc:date>
    </item>
    <item>
      <title>Re: DAX Function CONCATENATEX is not supported on PBIRS / DirectQuery Mode</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/DAX-Function-CONCATENATEX-is-not-supported-on-PBIRS-DirectQuery/m-p/410404#M5488</link>
      <description>&lt;P&gt;Thanks Greg for suggesting MAXX function. It serves the purpose well.&lt;/P&gt;</description>
      <pubDate>Fri, 04 May 2018 03:39:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/DAX-Function-CONCATENATEX-is-not-supported-on-PBIRS-DirectQuery/m-p/410404#M5488</guid>
      <dc:creator>blithechan</dc:creator>
      <dc:date>2018-05-04T03:39:24Z</dc:date>
    </item>
  </channel>
</rss>

