<?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: DAX: ADDCOLUMNS &amp;amp;  SUMMARIZE with Filter - Need Help in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-ADDCOLUMNS-amp-SUMMARIZE-with-Filter-Need-Help/m-p/1713426#M35355</link>
    <description>&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="285661" data-lia-user-login="jameszhang0805" class="lia-mention lia-mention-user"&gt;jameszhang0805&lt;/a&gt; That works! Thank you very much!</description>
    <pubDate>Wed, 10 Mar 2021 10:29:19 GMT</pubDate>
    <dc:creator>Power_MN</dc:creator>
    <dc:date>2021-03-10T10:29:19Z</dc:date>
    <item>
      <title>DAX: ADDCOLUMNS &amp;  SUMMARIZE with Filter - Need Help</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-ADDCOLUMNS-amp-SUMMARIZE-with-Filter-Need-Help/m-p/1712078#M35323</link>
      <description>Hello everybody, Unfortunately, I can't get any further with one issue. I would like to add a filter to the following DAX command that filters for a specific country. ADDCOLUMNS( SUMMARIZE(Table1, Table1[supplier], Table1[product]), "Average Price", [Average Price] ) --&amp;gt; Here I would like to filter for the country "America" Does anyone know a solution for my issue? Thank you so much! Michael</description>
      <pubDate>Tue, 09 Mar 2021 17:01:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-ADDCOLUMNS-amp-SUMMARIZE-with-Filter-Need-Help/m-p/1712078#M35323</guid>
      <dc:creator>Power_MN</dc:creator>
      <dc:date>2021-03-09T17:01:48Z</dc:date>
    </item>
    <item>
      <title>Re: DAX: ADDCOLUMNS &amp;  SUMMARIZE with Filter - Need Help</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-ADDCOLUMNS-amp-SUMMARIZE-with-Filter-Need-Help/m-p/1712685#M35340</link>
      <description>&lt;P&gt;Please try :&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;AMAveragePrice =
ADDCOLUMNS (
    CALCULATETABLE (
        SUMMARIZE ( Table1, Table1[supplier], Table1[product] ),
        Table1[supplier] = "America"
    ),
    "Average Price", [Average Price]
)&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 10 Mar 2021 04:01:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-ADDCOLUMNS-amp-SUMMARIZE-with-Filter-Need-Help/m-p/1712685#M35340</guid>
      <dc:creator>jameszhang0805</dc:creator>
      <dc:date>2021-03-10T04:01:16Z</dc:date>
    </item>
    <item>
      <title>Re: DAX: ADDCOLUMNS &amp;  SUMMARIZE with Filter - Need Help</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-ADDCOLUMNS-amp-SUMMARIZE-with-Filter-Need-Help/m-p/1713426#M35355</link>
      <description>&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="285661" data-lia-user-login="jameszhang0805" class="lia-mention lia-mention-user"&gt;jameszhang0805&lt;/a&gt; That works! Thank you very much!</description>
      <pubDate>Wed, 10 Mar 2021 10:29:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-ADDCOLUMNS-amp-SUMMARIZE-with-Filter-Need-Help/m-p/1713426#M35355</guid>
      <dc:creator>Power_MN</dc:creator>
      <dc:date>2021-03-10T10:29:19Z</dc:date>
    </item>
    <item>
      <title>Re: DAX: ADDCOLUMNS &amp;  SUMMARIZE with Filter - Need Help</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-ADDCOLUMNS-amp-SUMMARIZE-with-Filter-Need-Help/m-p/1713453#M35357</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="289608" data-lia-user-login="Power_MN" class="lia-mention lia-mention-user"&gt;Power_MN&lt;/a&gt;&amp;nbsp;YOU are welcome. please click accept solution. thanks.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Mar 2021 10:43:22 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-ADDCOLUMNS-amp-SUMMARIZE-with-Filter-Need-Help/m-p/1713453#M35357</guid>
      <dc:creator>jameszhang0805</dc:creator>
      <dc:date>2021-03-10T10:43:22Z</dc:date>
    </item>
  </channel>
</rss>

