<?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: No respect filter when use table constructor with DAX in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/No-respect-filter-when-use-table-constructor-with-DAX/m-p/1136712#M16968</link>
    <description>&lt;P&gt;Sorry. Steve, now i understand the solution. For application of the solution is necessary turn columns into rows.&lt;/P&gt;&lt;P&gt;I searched other ways, for not turn columns into rows. But thanks for solution, and i go implement in the my project.&lt;/P&gt;</description>
    <pubDate>Tue, 02 Jun 2020 17:43:49 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-06-02T17:43:49Z</dc:date>
    <item>
      <title>No respect filter when use table constructor with DAX</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/No-respect-filter-when-use-table-constructor-with-DAX/m-p/1136516#M16951</link>
      <description>&lt;P&gt;&lt;BR /&gt;No respect filter when use table constructor with DAX&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I have a table with values ​​distributed in columns, but I need to calculate on the graph as if it were the same axis.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When select period filter of dates, must show only values ​​corresponding with select dates.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In table the first column is Date, second column is Vendor and de last column is Customer Satisfaction Survey.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Link for file&lt;/P&gt;&lt;P&gt;&lt;A href="https://we.tl/t-e8us4WyiHL" target="_blank"&gt;https://we.tl/t-e8us4WyiHL&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jun 2020 16:10:35 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/No-respect-filter-when-use-table-constructor-with-DAX/m-p/1136516#M16951</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-06-02T16:10:35Z</dc:date>
    </item>
    <item>
      <title>Re: No respect filter when use table constructor with DAX</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/No-respect-filter-when-use-table-constructor-with-DAX/m-p/1136600#M16953</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You need to unpivot the data first:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;File is available &lt;A href="https://1drv.ms/u/s!AvU6hhKLfmEcgddvHwilViiO6ckypg?e=QycSFe" target="_self"&gt;here&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind regards, steve.&lt;/P&gt;&lt;P&gt;ps. please mark as solution when this is what you are looking for.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jun 2020 16:43:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/No-respect-filter-when-use-table-constructor-with-DAX/m-p/1136600#M16953</guid>
      <dc:creator>stevedep</dc:creator>
      <dc:date>2020-06-02T16:43:07Z</dc:date>
    </item>
    <item>
      <title>Re: No respect filter when use table constructor with DAX</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/No-respect-filter-when-use-table-constructor-with-DAX/m-p/1136628#M16955</link>
      <description>&lt;P&gt;Thanks Steve, but i need filter CSAT for Vendor.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the solution you passed, it will be necessary to add a column of dates, but in this case it is necessary to make a table with all the necessary information.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to execute all of these instructions in DAX.&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jun 2020 16:57:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/No-respect-filter-when-use-table-constructor-with-DAX/m-p/1136628#M16955</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-06-02T16:57:40Z</dc:date>
    </item>
    <item>
      <title>Re: No respect filter when use table constructor with DAX</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/No-respect-filter-when-use-table-constructor-with-DAX/m-p/1136645#M16956</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;its possible to retain the vendor column so you can filter.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jun 2020 17:04:17 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/No-respect-filter-when-use-table-constructor-with-DAX/m-p/1136645#M16956</guid>
      <dc:creator>stevedep</dc:creator>
      <dc:date>2020-06-02T17:04:17Z</dc:date>
    </item>
    <item>
      <title>Re: No respect filter when use table constructor with DAX</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/No-respect-filter-when-use-table-constructor-with-DAX/m-p/1136712#M16968</link>
      <description>&lt;P&gt;Sorry. Steve, now i understand the solution. For application of the solution is necessary turn columns into rows.&lt;/P&gt;&lt;P&gt;I searched other ways, for not turn columns into rows. But thanks for solution, and i go implement in the my project.&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jun 2020 17:43:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/No-respect-filter-when-use-table-constructor-with-DAX/m-p/1136712#M16968</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-06-02T17:43:49Z</dc:date>
    </item>
  </channel>
</rss>

