<?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: Filter % of total based on other columns in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-of-total-based-on-other-columns/m-p/1182753#M18507</link>
    <description>&lt;P&gt;That worked great - thank you!&lt;/P&gt;</description>
    <pubDate>Thu, 25 Jun 2020 14:49:40 GMT</pubDate>
    <dc:creator>K7R-RS8-04</dc:creator>
    <dc:date>2020-06-25T14:49:40Z</dc:date>
    <item>
      <title>Filter % of total based on other columns</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-of-total-based-on-other-columns/m-p/1180078#M18367</link>
      <description>&lt;P&gt;I have a table that I am trying to apply filters on to show a % of total for a column Account Name. I've tried various SUM, FILTER, DIVIDE expressions but the % total seems to be using the total of all Account Names vs. the few I want to filter out.&amp;nbsp; Any suggestions on the DAX formulas to help with this would be appreciated.&amp;nbsp; Thank you!&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jun 2020 17:12:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-of-total-based-on-other-columns/m-p/1180078#M18367</guid>
      <dc:creator>K7R-RS8-04</dc:creator>
      <dc:date>2020-06-24T17:12:26Z</dc:date>
    </item>
    <item>
      <title>Re: Filter % of total based on other columns</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-of-total-based-on-other-columns/m-p/1180110#M18369</link>
      <description>&lt;P&gt;use ALLSELECTED:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Total Quantity = CALCULATE ( [Total Quantity], ALLSELECTED ( ColumnName ) )&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jun 2020 17:29:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-of-total-based-on-other-columns/m-p/1180110#M18369</guid>
      <dc:creator>AntrikshSharma</dc:creator>
      <dc:date>2020-06-24T17:29:48Z</dc:date>
    </item>
    <item>
      <title>Re: Filter % of total based on other columns</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-of-total-based-on-other-columns/m-p/1182083#M18464</link>
      <description>&lt;P&gt;HI&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="160569" data-lia-user-login="K7R-RS8-04" class="lia-mention lia-mention-user"&gt;K7R-RS8-04&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can try this measure for Total Percent&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;total _Percent = &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;var a = CALCULATE(Sum('Table'[Quantity]))&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;var b = CALCULATE(Sum('Table'[Quantity]), ALLSELECTED('Table'))&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN&gt;RETURN&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;DIVIDE(a,b)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;img /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;P&gt;Regards,&lt;BR /&gt;Harsh Nathani&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Did I answer your question? Mark my post as a solution! Appreciate with a Kudos!! (Click the Thumbs Up Button)&lt;/STRONG&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 25 Jun 2020 10:40:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-of-total-based-on-other-columns/m-p/1182083#M18464</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-06-25T10:40:14Z</dc:date>
    </item>
    <item>
      <title>Re: Filter % of total based on other columns</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-of-total-based-on-other-columns/m-p/1182753#M18507</link>
      <description>&lt;P&gt;That worked great - thank you!&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jun 2020 14:49:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-of-total-based-on-other-columns/m-p/1182753#M18507</guid>
      <dc:creator>K7R-RS8-04</dc:creator>
      <dc:date>2020-06-25T14:49:40Z</dc:date>
    </item>
    <item>
      <title>Re: Filter % of total based on other columns</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-of-total-based-on-other-columns/m-p/1182756#M18508</link>
      <description>&lt;P&gt;That worked - thank you!&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jun 2020 14:50:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-of-total-based-on-other-columns/m-p/1182756#M18508</guid>
      <dc:creator>K7R-RS8-04</dc:creator>
      <dc:date>2020-06-25T14:50:37Z</dc:date>
    </item>
  </channel>
</rss>

