<?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: Using Field Parameter in a Value field of matrix in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Using-Field-Parameter-in-a-Value-field-of-matrix/m-p/3321267#M124311</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="248435" data-lia-user-login="BrunoM" class="lia-mention lia-mention-user"&gt;BrunoM&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To get this to work, create explicit measures for the average of each Indice:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Average of Indice1 =
AVERAGE ( Indices[Indice1] )&lt;/LI-CODE&gt;
&lt;P&gt;etc.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then create a field parameter containing these three measures, and add this field parameter to the Values field well of the matrix.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The reason the original field parameter isn't working is that Indices[Indice1], Indices[Indice2], and Indices[Indice3] are treated as columns with no aggregation, so don't make sense in the Values field well of a matrix, and are therefore ignored.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When you drag the individual columns into the Values field well, it works because implicit measures are created (Average in your example).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;</description>
    <pubDate>Sat, 08 Jul 2023 08:22:21 GMT</pubDate>
    <dc:creator>OwenAuger</dc:creator>
    <dc:date>2023-07-08T08:22:21Z</dc:date>
    <item>
      <title>Using Field Parameter in a Value field of matrix</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Using-Field-Parameter-in-a-Value-field-of-matrix/m-p/3321253#M124308</link>
      <description>&lt;P&gt;Dear all, i am stucked in this situation, i need your help !&lt;BR /&gt;I have a simple data model.&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;A table "Indices" with a column date and 3 columns for Indice1, Indice2 and Indice3.&lt;BR /&gt;A table "_Dates" related to the first one.&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I have create a slicerTable using Field parameter fonction.&lt;BR /&gt;I would like to use the slicer to choose the column i want to display. I am using 2 visuals (Matrix and Linechart).&lt;BR /&gt;When i assign them to the parameter field no value is displayed (Tab1 of the pbix file)&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;If if add directly the column in the visuals it is working :&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&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;&lt;BR /&gt;I really do not understand why this is not working for columns.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;In advance thank you for your help,&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 08 Jul 2023 07:33:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Using-Field-Parameter-in-a-Value-field-of-matrix/m-p/3321253#M124308</guid>
      <dc:creator>BrunoM</dc:creator>
      <dc:date>2023-07-08T07:33:37Z</dc:date>
    </item>
    <item>
      <title>Re: Using Field Parameter in a Value field of matrix</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Using-Field-Parameter-in-a-Value-field-of-matrix/m-p/3321267#M124311</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="248435" data-lia-user-login="BrunoM" class="lia-mention lia-mention-user"&gt;BrunoM&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To get this to work, create explicit measures for the average of each Indice:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Average of Indice1 =
AVERAGE ( Indices[Indice1] )&lt;/LI-CODE&gt;
&lt;P&gt;etc.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then create a field parameter containing these three measures, and add this field parameter to the Values field well of the matrix.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The reason the original field parameter isn't working is that Indices[Indice1], Indices[Indice2], and Indices[Indice3] are treated as columns with no aggregation, so don't make sense in the Values field well of a matrix, and are therefore ignored.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When you drag the individual columns into the Values field well, it works because implicit measures are created (Average in your example).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;</description>
      <pubDate>Sat, 08 Jul 2023 08:22:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Using-Field-Parameter-in-a-Value-field-of-matrix/m-p/3321267#M124311</guid>
      <dc:creator>OwenAuger</dc:creator>
      <dc:date>2023-07-08T08:22:21Z</dc:date>
    </item>
    <item>
      <title>Re: Using Field Parameter in a Value field of matrix</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Using-Field-Parameter-in-a-Value-field-of-matrix/m-p/3321302#M124312</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="6799" data-lia-user-login="OwenAuger" class="lia-mention lia-mention-user"&gt;OwenAuger&lt;/a&gt;&amp;nbsp;Thank you so much for your solution, your explanation and your quick answer. It is working fine as you described.&lt;BR /&gt;Have a nice WE !&lt;BR /&gt;Best Regards Bruno&lt;/P&gt;</description>
      <pubDate>Sat, 08 Jul 2023 09:31:29 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Using-Field-Parameter-in-a-Value-field-of-matrix/m-p/3321302#M124312</guid>
      <dc:creator>BrunoM</dc:creator>
      <dc:date>2023-07-08T09:31:29Z</dc:date>
    </item>
    <item>
      <title>Re: Using Field Parameter in a Value field of matrix</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Using-Field-Parameter-in-a-Value-field-of-matrix/m-p/3787809#M147982</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="6799" data-lia-user-login="OwenAuger" class="lia-mention lia-mention-user"&gt;OwenAuger&lt;/a&gt; Thank You !&amp;nbsp; Clear explanation.&lt;/P&gt;</description>
      <pubDate>Sun, 24 Mar 2024 00:28:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Using-Field-Parameter-in-a-Value-field-of-matrix/m-p/3787809#M147982</guid>
      <dc:creator>Hoping</dc:creator>
      <dc:date>2024-03-24T00:28:01Z</dc:date>
    </item>
    <item>
      <title>Re: Using Field Parameter in a Value field of matrix</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Using-Field-Parameter-in-a-Value-field-of-matrix/m-p/4836598#M184707</link>
      <description>&lt;P&gt;Thank you so much for this answer! It helps me a lot!&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Sep 2025 15:17:29 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Using-Field-Parameter-in-a-Value-field-of-matrix/m-p/4836598#M184707</guid>
      <dc:creator>Irrina</dc:creator>
      <dc:date>2025-09-26T15:17:29Z</dc:date>
    </item>
  </channel>
</rss>

