<?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 Fill with same value based on index column or minimize table to one column in Report Server</title>
    <link>https://community.fabric.microsoft.com/t5/Report-Server/Fill-with-same-value-based-on-index-column-or-minimize-table-to/m-p/2883462#M27367</link>
    <description>&lt;P&gt;Hi everyone,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to solve the following problem where I have a table similar to the following one (in Power Query Editor):&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;I would like to get two of the following result but I don't know how to get it:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
    <pubDate>Thu, 03 Nov 2022 16:45:18 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2022-11-03T16:45:18Z</dc:date>
    <item>
      <title>Fill with same value based on index column or minimize table to one column</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Fill-with-same-value-based-on-index-column-or-minimize-table-to/m-p/2883462#M27367</link>
      <description>&lt;P&gt;Hi everyone,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to solve the following problem where I have a table similar to the following one (in Power Query Editor):&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;I would like to get two of the following result but I don't know how to get it:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Nov 2022 16:45:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Fill-with-same-value-based-on-index-column-or-minimize-table-to/m-p/2883462#M27367</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-11-03T16:45:18Z</dc:date>
    </item>
    <item>
      <title>Re: Fill with same value based on index column or minimize table to one column</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Fill-with-same-value-based-on-index-column-or-minimize-table-to/m-p/2884986#M27388</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;，&lt;/P&gt;
&lt;P&gt;Create new table:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Table 2 = 
SELECTCOLUMNS (
    'Table',
    "UID", 'Table'[UID],
    "Date1",
        CALCULATE (
            MAX ( 'Table'[DATA1] ),
            FILTER ( 'Table', 'Table'[UID] = EARLIER ( 'Table'[UID] ) )
        ),
    "Date2",
        CALCULATE (
            MAX ( 'Table'[DATA2] ),
            FILTER ( 'Table', 'Table'[UID] = EARLIER ( 'Table'[UID] ) )
        ),
    "Date3",
        CALCULATE (
            MAX ( 'Table'[DATA3] ),
            FILTER ( 'Table', 'Table'[UID] = EARLIER ( 'Table'[UID] ) )
        )
)
&lt;/LI-CODE&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Table 3 = DISTINCT('Table 2')&lt;/LI-CODE&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards&lt;/P&gt;
&lt;P&gt;Lucien&lt;/P&gt;</description>
      <pubDate>Fri, 04 Nov 2022 08:37:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Fill-with-same-value-based-on-index-column-or-minimize-table-to/m-p/2884986#M27388</guid>
      <dc:creator>v-luwang-msft</dc:creator>
      <dc:date>2022-11-04T08:37:12Z</dc:date>
    </item>
  </channel>
</rss>

