<?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: How to create dynamic header in Report Server</title>
    <link>https://community.fabric.microsoft.com/t5/Report-Server/How-to-create-dynamic-header/m-p/1640486#M17876</link>
    <description>&lt;P&gt;@Anonymous&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I had the same question before with my research and test, I am pretty sure currently power bi do not have dynamic header feature, as&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/236785"&gt;@josef78&lt;/a&gt;&amp;nbsp; mentioned, there are ways to make it very close to your requirement but in the actual report you cannot make it with a clean method.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards&lt;BR /&gt;Paul Zheng&lt;/P&gt;</description>
    <pubDate>Wed, 03 Feb 2021 02:08:26 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2021-02-03T02:08:26Z</dc:date>
    <item>
      <title>How to create dynamic header</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/How-to-create-dynamic-header/m-p/1635825#M17796</link>
      <description>&lt;P&gt;Hello there,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope everyone is fine.&lt;/P&gt;&lt;P&gt;I need some urgent help as per my customer needs.&lt;/P&gt;&lt;P&gt;Does someone know how to create dynamic header in Power BI report server desktop?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a table with different month columns of the previous year and the current year. So in my current table previous_01 is&amp;nbsp; Jan 2020 and Current_01 is&amp;nbsp;Jan 2021 and so on.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="dyanamic.JPG" style="width: 999px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/444730i5C7CA7A04C4B402B/image-size/large?v=v2&amp;amp;px=999" role="button" title="dyanamic.JPG" alt="dyanamic.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Dyanmic.JPG" style="width: 999px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/444734i0D45CF1E29373FA6/image-size/large?v=v2&amp;amp;px=999" role="button" title="Dyanmic.JPG" alt="Dyanmic.JPG" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What my customer wants that column should be dynamic and not static. So if we refresh data next year, the column name Previous_01&amp;nbsp; should change into Jan 2021 and not Jan 2020. Similarly, for column name Current_01 should change into Jan 2022 and not Jan 2021. Any idea how to achieve this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many thanks in advance for your support &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ankit Parihar&lt;/P&gt;</description>
      <pubDate>Mon, 01 Feb 2021 12:48:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/How-to-create-dynamic-header/m-p/1635825#M17796</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-02-01T12:48:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to create dynamic header</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/How-to-create-dynamic-header/m-p/1636050#M17800</link>
      <description>&lt;P&gt;@Anonymous&amp;nbsp;No real clean way to do this. Perhapsa Card visualization that you layer over top of the column header name. You would create a measure to return the desired text and use that in the Card visualization.&lt;/P&gt;</description>
      <pubDate>Mon, 01 Feb 2021 14:43:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/How-to-create-dynamic-header/m-p/1636050#M17800</guid>
      <dc:creator>Greg_Deckler</dc:creator>
      <dc:date>2021-02-01T14:43:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to create dynamic header</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/How-to-create-dynamic-header/m-p/1636292#M17805</link>
      <description>&lt;P&gt;Use dynamic column names is not problem (you can use dynamic parameter in rename function), but how you will manage in visualisation?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Another idea, use unpivot function, to transform from columns to rows. Transoform atributes as you want, and add sort column. And in visualisation use pivot table to show as you want (in columns, dynamicaly, and in correct order)&lt;/P&gt;</description>
      <pubDate>Mon, 01 Feb 2021 16:36:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/How-to-create-dynamic-header/m-p/1636292#M17805</guid>
      <dc:creator>josef78</dc:creator>
      <dc:date>2021-02-01T16:36:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to create dynamic header</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/How-to-create-dynamic-header/m-p/1638211#M17848</link>
      <description>&lt;P&gt;Thanks for the reply Greg. Could you explain me with an example?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Feb 2021 09:01:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/How-to-create-dynamic-header/m-p/1638211#M17848</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-02-02T09:01:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to create dynamic header</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/How-to-create-dynamic-header/m-p/1640486#M17876</link>
      <description>&lt;P&gt;@Anonymous&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I had the same question before with my research and test, I am pretty sure currently power bi do not have dynamic header feature, as&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/236785"&gt;@josef78&lt;/a&gt;&amp;nbsp; mentioned, there are ways to make it very close to your requirement but in the actual report you cannot make it with a clean method.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards&lt;BR /&gt;Paul Zheng&lt;/P&gt;</description>
      <pubDate>Wed, 03 Feb 2021 02:08:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/How-to-create-dynamic-header/m-p/1640486#M17876</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-02-03T02:08:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to create dynamic header</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/How-to-create-dynamic-header/m-p/1647313#M17947</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/236785"&gt;@josef78&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;did you mean changing header If you choose a filter? Thats a really easy thing to do &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; -&amp;gt;&amp;nbsp;&lt;A href="https://www.youtube.com/watch?v=TYLKDPcvgK8" target="_blank"&gt;https://www.youtube.com/watch?v=TYLKDPcvgK8&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best,&lt;/P&gt;
&lt;P&gt;Kathrin&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;If this post has helped you, please give it a thumbs up!&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt;Did I answer your question? Mark my post as a solution!&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Feb 2021 07:41:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/How-to-create-dynamic-header/m-p/1647313#M17947</guid>
      <dc:creator>KBO</dc:creator>
      <dc:date>2021-02-05T07:41:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to create dynamic header</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/How-to-create-dynamic-header/m-p/1648879#M17962</link>
      <description>&lt;P&gt;I'm not sure what&amp;nbsp;@Anonymous&amp;nbsp;need to see, but I think it is not about dynamic title, but about dynamic header in table.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm think it is not problem, dynamic header in Power BI is supported is supported, it is well know feature, it is "pivot table".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But for pivot table you need prepared data, and you can easy use unpivot function in power query part.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Feb 2021 20:50:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/How-to-create-dynamic-header/m-p/1648879#M17962</guid>
      <dc:creator>josef78</dc:creator>
      <dc:date>2021-02-05T20:50:51Z</dc:date>
    </item>
  </channel>
</rss>

