<?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: Creating Field_Parameter using another parameter in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-Field-Parameter-using-another-parameter/m-p/3378096#M127226</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="262785" data-lia-user-login="kurcel52" class="lia-mention lia-mention-user"&gt;kurcel52&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Your month slicer is dynamic, and your other parameter table is static and cannot be dynamically changed according to your month slicer, if you want another parameter to be affected by the month slicer, you need to consider replacing it with a measure so that it can respond to your month slicer.&lt;/P&gt;
&lt;P&gt;In addition, from the pictures you provided, you can't understand your final result, can you provide some sample data or pictures?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards!&lt;/P&gt;
&lt;P&gt;Yolo Zhu&lt;/P&gt;
&lt;P&gt;If this post&amp;nbsp;&lt;I&gt;&lt;STRONG&gt;helps&lt;/STRONG&gt;&lt;/I&gt;, then please consider&amp;nbsp;&lt;I&gt;&lt;STRONG&gt;Accept it as the solution&lt;/STRONG&gt;&lt;/I&gt;&amp;nbsp;to help the other members find it more quickly.&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 14 Aug 2023 02:19:29 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2023-08-14T02:19:29Z</dc:date>
    <item>
      <title>Creating Field_Parameter using another parameter</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-Field-Parameter-using-another-parameter/m-p/3376453#M127147</link>
      <description>&lt;P&gt;I would like to create 2 field parameters (parameter_header and parameter_month) and use month value from parameter_month to create parameter_header. I need to have a month slicer and by selecting months i should be able to change column names and the values accordingly.&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;By using Parameter field I would like to create following&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;But it doesnt work.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Aug 2023 14:00:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-Field-Parameter-using-another-parameter/m-p/3376453#M127147</guid>
      <dc:creator>kurcel52</dc:creator>
      <dc:date>2023-08-11T14:00:06Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Field_Parameter using another parameter</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-Field-Parameter-using-another-parameter/m-p/3378096#M127226</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="262785" data-lia-user-login="kurcel52" class="lia-mention lia-mention-user"&gt;kurcel52&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Your month slicer is dynamic, and your other parameter table is static and cannot be dynamically changed according to your month slicer, if you want another parameter to be affected by the month slicer, you need to consider replacing it with a measure so that it can respond to your month slicer.&lt;/P&gt;
&lt;P&gt;In addition, from the pictures you provided, you can't understand your final result, can you provide some sample data or pictures?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards!&lt;/P&gt;
&lt;P&gt;Yolo Zhu&lt;/P&gt;
&lt;P&gt;If this post&amp;nbsp;&lt;I&gt;&lt;STRONG&gt;helps&lt;/STRONG&gt;&lt;/I&gt;, then please consider&amp;nbsp;&lt;I&gt;&lt;STRONG&gt;Accept it as the solution&lt;/STRONG&gt;&lt;/I&gt;&amp;nbsp;to help the other members find it more quickly.&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Aug 2023 02:19:29 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-Field-Parameter-using-another-parameter/m-p/3378096#M127226</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-08-14T02:19:29Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Field_Parameter using another parameter</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-Field-Parameter-using-another-parameter/m-p/3378224#M127236</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/a&gt;&amp;nbsp;thx for the reply,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So I have created measures to change values and I just want to find way to dynamically change headers together with values as well. As seen below I want headers change together with values but when I use parameter from Month_Parameter in Dynamic_Header_ForMeasures (as in my previous post) , it doesnt have any impact.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;BR /&gt;&lt;BR /&gt;Eventually, For ex when I select August,I should be able to filter my Main table for the value -1&amp;nbsp; AND when i select July value should be -2 (as below). Thats why (as in my prev. post) the measure was&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;CPM_Forecast_Table[*Flag_Month(by Forecast_Date)]=&lt;/SPAN&gt;&lt;SPAN&gt;SELECTEDVALUE&lt;/SPAN&gt;&lt;SPAN&gt;(Month_Parameter[Parameter])-&lt;/SPAN&gt;&lt;SPAN&gt;1&amp;nbsp; &amp;nbsp;for that part. If I can get Parameter from Month_Parameter then problem will be solved. Hope this explanation makes sense.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So separately all works but together it doesnt work.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Aug 2023 03:24:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-Field-Parameter-using-another-parameter/m-p/3378224#M127236</guid>
      <dc:creator>kurcel52</dc:creator>
      <dc:date>2023-08-14T03:24:58Z</dc:date>
    </item>
  </channel>
</rss>

