<?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 ALL function in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Using-ALL-function/m-p/2554722#M72450</link>
    <description>&lt;P&gt;I want to meet you in zoom to show that to you.&lt;/P&gt;</description>
    <pubDate>Thu, 02 Jun 2022 08:21:33 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2022-06-02T08:21:33Z</dc:date>
    <item>
      <title>Using ALL function</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Using-ALL-function/m-p/2554472#M72432</link>
      <description>&lt;P&gt;Hello Experts,&lt;BR /&gt;I want here to get % of sub class food from the grand total. but in this colum there contain item that I dont want to show which is Others and I exculded&amp;nbsp; when you see in filter pane, and I attach my dax commands, how I can solve this problem to get a correct % with exculding Others item.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jun 2022 06:55:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Using-ALL-function/m-p/2554472#M72432</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-06-02T06:55:33Z</dc:date>
    </item>
    <item>
      <title>Re: Using ALL function</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Using-ALL-function/m-p/2554485#M72433</link>
      <description>&lt;P&gt;Replace ALL with ALLSELECTED&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jun 2022 07:00:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Using-ALL-function/m-p/2554485#M72433</guid>
      <dc:creator>MattAllington</dc:creator>
      <dc:date>2022-06-02T07:00:33Z</dc:date>
    </item>
    <item>
      <title>Re: Using ALL function</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Using-ALL-function/m-p/2554643#M72444</link>
      <description>&lt;P&gt;in table is worked,&lt;BR /&gt;but I used this measure in card as a tool tipm it give each item 100% as a photo below:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jun 2022 07:52:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Using-ALL-function/m-p/2554643#M72444</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-06-02T07:52:36Z</dc:date>
    </item>
    <item>
      <title>Re: Using ALL function</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Using-ALL-function/m-p/2554676#M72448</link>
      <description>&lt;P&gt;It's hard to say what's wrong with the tool tip. You may need a different measure, not sure. The hover event of the tool tip passes filters from the visual to the card. You will just need to write some test measures on the card to work out what is going on.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jun 2022 08:06:27 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Using-ALL-function/m-p/2554676#M72448</guid>
      <dc:creator>MattAllington</dc:creator>
      <dc:date>2022-06-02T08:06:27Z</dc:date>
    </item>
    <item>
      <title>Re: Using ALL function</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Using-ALL-function/m-p/2554722#M72450</link>
      <description>&lt;P&gt;I want to meet you in zoom to show that to you.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jun 2022 08:21:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Using-ALL-function/m-p/2554722#M72450</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-06-02T08:21:33Z</dc:date>
    </item>
    <item>
      <title>Re: Using ALL function</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Using-ALL-function/m-p/2565991#M73118</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can try the following methods.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Measure = [Value]/CALCULATE([Value],ALLSELECTED(Commercial_Exports[sub_class_food]))&lt;/LI-CODE&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;Is this the percentage you would expect to get after removing Others?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Community Support Team _Charlotte&lt;/P&gt;
&lt;P&gt;If this post &lt;STRONG&gt;helps&lt;/STRONG&gt;, then please consider &lt;STRONG&gt;&lt;EM&gt;Accept it as the solution&lt;/EM&gt;&lt;/STRONG&gt; to help the other members find it more quickly.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jun 2022 08:36:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Using-ALL-function/m-p/2565991#M73118</guid>
      <dc:creator>v-zhangti</dc:creator>
      <dc:date>2022-06-08T08:36:25Z</dc:date>
    </item>
  </channel>
</rss>

