<?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 Name Columns Parameter table don't understand filters context in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Name-Columns-Parameter-table-don-t-understand-filters-context/m-p/3207120#M116836</link>
    <description>&lt;P&gt;Hi everyone!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to change dynamically the name of columns in a Parameter Table that I created. The issue is that this names understand DAX formula, but filters context don't apply on them. If I filter a field which is taking part in these expressions, nothing is changing.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Anyone could help me? Is there any solution?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;</description>
    <pubDate>Wed, 26 Apr 2023 11:58:43 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2023-04-26T11:58:43Z</dc:date>
    <item>
      <title>Name Columns Parameter table don't understand filters context</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Name-Columns-Parameter-table-don-t-understand-filters-context/m-p/3207120#M116836</link>
      <description>&lt;P&gt;Hi everyone!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to change dynamically the name of columns in a Parameter Table that I created. The issue is that this names understand DAX formula, but filters context don't apply on them. If I filter a field which is taking part in these expressions, nothing is changing.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Anyone could help me? Is there any solution?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Wed, 26 Apr 2023 11:58:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Name-Columns-Parameter-table-don-t-understand-filters-context/m-p/3207120#M116836</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-04-26T11:58:43Z</dc:date>
    </item>
    <item>
      <title>Re: Name Columns Parameter table don't understand filters context</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Name-Columns-Parameter-table-don-t-understand-filters-context/m-p/3210360#M117071</link>
      <description>&lt;P&gt;Please provide sample data that covers your issue or question completely, in a usable format (not as a screenshot). &lt;BR /&gt;&lt;A href="https://community.powerbi.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-Forum/ba-p/963216" target="_blank"&gt;https://community.powerbi.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-Forum/ba-p/963216&lt;/A&gt; &lt;BR /&gt;Please show the expected outcome based on the sample data you provided. &lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://community.powerbi.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447523" target="_blank"&gt;https://community.powerbi.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447523&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Apr 2023 02:14:20 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Name-Columns-Parameter-table-don-t-understand-filters-context/m-p/3210360#M117071</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2023-04-28T02:14:20Z</dc:date>
    </item>
    <item>
      <title>Re: Name Columns Parameter table don't understand filters context</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Name-Columns-Parameter-table-don-t-understand-filters-context/m-p/3221881#M117773</link>
      <description>&lt;P&gt;Thank you for your help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to provide a simple example.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Imagine we have this table:&lt;/P&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Country&lt;/TD&gt;&lt;TD&gt;Product Type&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Spain&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;France&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Spain&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Spain&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to create a table that is only shown if an unique value of country is selected (this is not a problem). Furthermore, I create two measures, which count the number of each type product.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have another table:&lt;/P&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Country&lt;/TD&gt;&lt;TD&gt;Product Type&lt;/TD&gt;&lt;TD&gt;Label&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Spain&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;Producto A&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Spain&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;Producto B&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;France&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;Produit A&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need to create a parameter table to select which of these measures are being shown in the table. The problem is that I want the label of these measure change accordgin to the table.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to use an expression in the parameter table but it is not taking into account the selections in the model.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you again.&lt;/P&gt;</description>
      <pubDate>Fri, 05 May 2023 10:34:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Name-Columns-Parameter-table-don-t-understand-filters-context/m-p/3221881#M117773</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-05-05T10:34:43Z</dc:date>
    </item>
  </channel>
</rss>

