<?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: Dynamic Column Name changed by the selected Year &amp;amp; Month in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamic-Column-Name-changed-by-the-selected-Year-amp-Month/m-p/3802108#M148657</link>
    <description>&lt;P&gt;hi,&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="173709" data-lia-user-login="Young_G_Han" class="lia-mention lia-mention-user"&gt;Young_G_Han&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;There no direct posiibility to create such things but you can make a new measure for selected year and make card visual and overlap it in measure or column name&lt;BR /&gt;&lt;BR /&gt;like below&lt;BR /&gt;make new measure for selected year only&lt;/P&gt;
&lt;DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;selected year =&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;STRONG&gt;SELECTEDVALUE('Data Date'[Year])&lt;/STRONG&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;make a new card visual and drag above measure here then &lt;STRONG&gt;resize&lt;/STRONG&gt; it and &lt;STRONG&gt;disable catagorical label&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;overlap it on column where you want to use for selected year total and avg. like below image&lt;/DIV&gt;
&lt;DIV&gt;&lt;img /&gt;
&lt;P&gt;here yellow color is card visual after resize it and red color is measure name&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If this post&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;helps&lt;/STRONG&gt;&lt;SPAN&gt;, then please consider&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;I&gt;Accept it as the solution&lt;/I&gt;&lt;/STRONG&gt;&lt;I&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;to help the other members find it more quickly.&lt;/I&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
    <pubDate>Mon, 01 Apr 2024 11:24:02 GMT</pubDate>
    <dc:creator>Dangar332</dc:creator>
    <dc:date>2024-04-01T11:24:02Z</dc:date>
    <item>
      <title>Dynamic Column Name changed by the selected Year &amp; Month</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamic-Column-Name-changed-by-the-selected-Year-amp-Month/m-p/3801495#M148631</link>
      <description>&lt;P&gt;&amp;nbsp; Dear Kudos&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am converting an old Excel file report to the BI.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The old Excel file has many customized columns and cells.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;One of my missions is to create measures for the following tables.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Factory&amp;nbsp; |&amp;nbsp; Operation&amp;nbsp; | Last Year Total | Last 13 Month by Month | Current Year Total | Current Year Avg.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Above the list is the column header.&lt;/P&gt;&lt;P&gt;The production data refers to many different database files.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So there are many rows that measures are not coming from one table.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Order&lt;/P&gt;&lt;P&gt;Production&lt;/P&gt;&lt;P&gt;Stock&lt;/P&gt;&lt;P&gt;Priority&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And so on...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So it is not easy to create the table. Furthermore, I would like to change the month and year based on the date slicer.&lt;/P&gt;&lt;P&gt;For example, if I select 2023/Oct by the date slicer, the report should show&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Factory&amp;nbsp; |&amp;nbsp; Operation&amp;nbsp; | 2022 Total | 2022 Oct - 2023 Oct by month | 2023 Total | 2023 Avg.&lt;/P&gt;&lt;P&gt;Order&lt;/P&gt;&lt;P&gt;Production&lt;/P&gt;&lt;P&gt;Stock&lt;/P&gt;&lt;P&gt;Priority&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a proper approach to make this kind of complicated table by Dax measure?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Apr 2024 07:55:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamic-Column-Name-changed-by-the-selected-Year-amp-Month/m-p/3801495#M148631</guid>
      <dc:creator>Young_G_Han</dc:creator>
      <dc:date>2024-04-01T07:55:31Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Column Name changed by the selected Year &amp; Month</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamic-Column-Name-changed-by-the-selected-Year-amp-Month/m-p/3802108#M148657</link>
      <description>&lt;P&gt;hi,&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="173709" data-lia-user-login="Young_G_Han" class="lia-mention lia-mention-user"&gt;Young_G_Han&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;There no direct posiibility to create such things but you can make a new measure for selected year and make card visual and overlap it in measure or column name&lt;BR /&gt;&lt;BR /&gt;like below&lt;BR /&gt;make new measure for selected year only&lt;/P&gt;
&lt;DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;selected year =&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;STRONG&gt;SELECTEDVALUE('Data Date'[Year])&lt;/STRONG&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;make a new card visual and drag above measure here then &lt;STRONG&gt;resize&lt;/STRONG&gt; it and &lt;STRONG&gt;disable catagorical label&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;overlap it on column where you want to use for selected year total and avg. like below image&lt;/DIV&gt;
&lt;DIV&gt;&lt;img /&gt;
&lt;P&gt;here yellow color is card visual after resize it and red color is measure name&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If this post&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;helps&lt;/STRONG&gt;&lt;SPAN&gt;, then please consider&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;I&gt;Accept it as the solution&lt;/I&gt;&lt;/STRONG&gt;&lt;I&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;to help the other members find it more quickly.&lt;/I&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Mon, 01 Apr 2024 11:24:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamic-Column-Name-changed-by-the-selected-Year-amp-Month/m-p/3802108#M148657</guid>
      <dc:creator>Dangar332</dc:creator>
      <dc:date>2024-04-01T11:24:02Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Column Name changed by the selected Year &amp; Month</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamic-Column-Name-changed-by-the-selected-Year-amp-Month/m-p/3803192#M148699</link>
      <description>&lt;P&gt;&amp;nbsp; Dear Dangar332&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Nice idea. I supposed that would not be easy.&lt;/P&gt;&lt;P&gt;But your idea is reasonable.&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Mon, 01 Apr 2024 23:06:29 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamic-Column-Name-changed-by-the-selected-Year-amp-Month/m-p/3803192#M148699</guid>
      <dc:creator>Young_G_Han</dc:creator>
      <dc:date>2024-04-01T23:06:29Z</dc:date>
    </item>
  </channel>
</rss>

