<?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 Comma-separated expression in Report Server</title>
    <link>https://community.fabric.microsoft.com/t5/Report-Server/Comma-separated-expression/m-p/3213644#M29635</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I need expression for my PowerBI Paginated report.&lt;BR /&gt;Dataset name: RequestedInstances &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Field 1: Instance &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Field 2: Count_Instances &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I need a comma-separated list of all values 'Instance'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;For the current expression, I have an error:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The 'Value' expression for the text box 'Textbox22' refers directly to the field 'Instance' without specifying a dataset aggregate. When the report contains multiple datasets, field references outside of a data region must be contained within aggregate functions which specify a dataset scope.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Expression:&amp;nbsp;=Join(Fields!Instance.Value, ", ") &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 01 May 2023 12:04:23 GMT</pubDate>
    <dc:creator>mrslyfox911</dc:creator>
    <dc:date>2023-05-01T12:04:23Z</dc:date>
    <item>
      <title>Comma-separated expression</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Comma-separated-expression/m-p/3213644#M29635</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I need expression for my PowerBI Paginated report.&lt;BR /&gt;Dataset name: RequestedInstances &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Field 1: Instance &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Field 2: Count_Instances &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I need a comma-separated list of all values 'Instance'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;For the current expression, I have an error:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The 'Value' expression for the text box 'Textbox22' refers directly to the field 'Instance' without specifying a dataset aggregate. When the report contains multiple datasets, field references outside of a data region must be contained within aggregate functions which specify a dataset scope.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Expression:&amp;nbsp;=Join(Fields!Instance.Value, ", ") &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 01 May 2023 12:04:23 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Comma-separated-expression/m-p/3213644#M29635</guid>
      <dc:creator>mrslyfox911</dc:creator>
      <dc:date>2023-05-01T12:04:23Z</dc:date>
    </item>
    <item>
      <title>Re: Comma-separated expression</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Comma-separated-expression/m-p/3214414#M29636</link>
      <description>&lt;P&gt;report header allows only static data, for that reason workaround was applied to the dataset&lt;/P&gt;</description>
      <pubDate>Mon, 01 May 2023 21:15:05 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Comma-separated-expression/m-p/3214414#M29636</guid>
      <dc:creator>mrslyfox911</dc:creator>
      <dc:date>2023-05-01T21:15:05Z</dc:date>
    </item>
    <item>
      <title>Re: Comma-separated expression</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Comma-separated-expression/m-p/3216114#M29642</link>
      <description>&lt;P&gt;Can you try this. What this does is to add comma separator to 2 or more digit number but keeps single digits as they are&lt;/P&gt;&lt;P&gt;IIf(Len(CStr(Fields!Column_Name.Value))&amp;gt;1, Join(Split(CStr(Fields!Column_Name.Value),""),","), CStr(Fields!Column_Name.Value))&lt;/P&gt;</description>
      <pubDate>Tue, 02 May 2023 16:22:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Comma-separated-expression/m-p/3216114#M29642</guid>
      <dc:creator>M_nwadibia</dc:creator>
      <dc:date>2023-05-02T16:22:03Z</dc:date>
    </item>
  </channel>
</rss>

