<?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: Top 10 with % over another column in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Top-10-with-over-another-column/m-p/2328804#M58427</link>
    <description>&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt;I put it in my Google Drive. Is this link working?&lt;/P&gt;&lt;P&gt;&lt;A href="https://drive.google.com/file/d/1eU_FZGevQG7JVfDy0yl5cDaQ1P0ZFp-4/view?usp=sharing" target="_blank"&gt;https://drive.google.com/file/d/1eU_FZGevQG7JVfDy0yl5cDaQ1P0ZFp-4/view?usp=sharing&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 09 Feb 2022 16:47:52 GMT</pubDate>
    <dc:creator>Whitewater100</dc:creator>
    <dc:date>2022-02-09T16:47:52Z</dc:date>
    <item>
      <title>Top 10 with % over another column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Top-10-with-over-another-column/m-p/2326243#M58261</link>
      <description>&lt;P&gt;Hello all. Hope you're all good.&lt;BR /&gt;I have this visual that show me the top 10 value for each SKU.&lt;BR /&gt;&lt;img /&gt;&lt;BR /&gt;Now, i would like to have another column that show me what is the % of those values for each UNIT.&amp;nbsp;&lt;BR /&gt;I've tried to find out the total of each unit but it's not working...maybe because of the context. Don't really know...and this measure doesn't work . It shows the same value as VALUE.&lt;BR /&gt;Measure = CALCULATE ([Total Value], ALL (Table[Unit] ))&lt;BR /&gt;Can any of you help me?&lt;BR /&gt;Thank you all&lt;/P&gt;</description>
      <pubDate>Tue, 08 Feb 2022 18:00:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Top-10-with-over-another-column/m-p/2326243#M58261</guid>
      <dc:creator>pedroccamaraDBI</dc:creator>
      <dc:date>2022-02-08T18:00:18Z</dc:date>
    </item>
    <item>
      <title>Re: Top 10 with % over another column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Top-10-with-over-another-column/m-p/2326270#M58268</link>
      <description>&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt;It's difficult to answer in the best way when theri is no pbix however,&lt;/P&gt;&lt;P&gt;You can first make a measure to sum up the values;&amp;nbsp; Total Qty= SUM(TableName[Values]) If you are doing this as a calc col in a tablethis same formula Tot Qty = SUM(TableName[Values])&amp;nbsp; will give you the bottom line total for all units.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The SHARE Measure can be&amp;nbsp;&lt;/P&gt;&lt;P&gt;DIVIDE(SUMX(TableName, [Tot Qty]),&lt;/P&gt;&lt;P&gt;SUMX(ALLSELECTED(TableName), [Tot Qty])&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If this doesn't work, please share file.(or sample). Hope this helps.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then can do DIVIDE(TableName[&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The divide function can give you the percents.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Feb 2022 18:23:23 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Top-10-with-over-another-column/m-p/2326270#M58268</guid>
      <dc:creator>Whitewater100</dc:creator>
      <dc:date>2022-02-08T18:23:23Z</dc:date>
    </item>
    <item>
      <title>Re: Top 10 with % over another column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Top-10-with-over-another-column/m-p/2326307#M58269</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="179903" data-lia-user-login="Whitewater100" class="lia-mention lia-mention-user"&gt;Whitewater100&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Thank you for your answer.&lt;/P&gt;&lt;P&gt;Before the share measure, i need to first calculate the total value for each unit, regardless the context, except the date filter.&lt;BR /&gt;And that's the measure i need help&lt;/P&gt;&lt;P&gt;Thank you very much&lt;/P&gt;</description>
      <pubDate>Tue, 08 Feb 2022 18:48:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Top-10-with-over-another-column/m-p/2326307#M58269</guid>
      <dc:creator>pedroccamaraDBI</dc:creator>
      <dc:date>2022-02-08T18:48:32Z</dc:date>
    </item>
    <item>
      <title>Re: Top 10 with % over another column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Top-10-with-over-another-column/m-p/2326403#M58273</link>
      <description>&lt;P&gt;This measure?&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Total Qty= SUM(TableName[Values])&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Total Qty All Items = CALCULATE([Total Qty], REMOVEFILRERS())&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Feb 2022 19:54:05 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Top-10-with-over-another-column/m-p/2326403#M58273</guid>
      <dc:creator>Whitewater100</dc:creator>
      <dc:date>2022-02-08T19:54:05Z</dc:date>
    </item>
    <item>
      <title>Re: Top 10 with % over another column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Top-10-with-over-another-column/m-p/2328176#M58376</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="179903" data-lia-user-login="Whitewater100" class="lia-mention lia-mention-user"&gt;Whitewater100&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;The idea is to have all Qty for each unit that exists in the visual. Your measure didn't work and i've tried also&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;CALCULATE&lt;/SPAN&gt;&lt;SPAN&gt;( &lt;/SPAN&gt;&lt;SPAN&gt;[Qt]&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;ALLSELECTED&lt;/SPAN&gt;&lt;SPAN&gt;( &lt;/SPAN&gt;&lt;SPAN&gt;UN&lt;/SPAN&gt;&lt;SPAN&gt; )) but it didn't work. It showed me the total for all units. I want the total for each unit.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Feb 2022 12:09:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Top-10-with-over-another-column/m-p/2328176#M58376</guid>
      <dc:creator>pedroccamaraDBI</dc:creator>
      <dc:date>2022-02-09T12:09:31Z</dc:date>
    </item>
    <item>
      <title>Re: Top 10 with % over another column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Top-10-with-over-another-column/m-p/2328463#M58403</link>
      <description>&lt;P&gt;Hello:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please see my example file. I wll attach due to a few steps involved.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A title="Top Ten Perc " href="https://drive.google.com/file/d/1eU_FZGevQG7JVfDy0yl5cDaQ1P0ZFp-4/view?usp=sharing" target="_self"&gt;https://drive.google.com/file/d/1eU_FZGevQG7JVfDy0yl5cDaQ1P0ZFp-4/view?usp=sharing&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Feb 2022 14:21:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Top-10-with-over-another-column/m-p/2328463#M58403</guid>
      <dc:creator>Whitewater100</dc:creator>
      <dc:date>2022-02-09T14:21:56Z</dc:date>
    </item>
    <item>
      <title>Re: Top 10 with % over another column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Top-10-with-over-another-column/m-p/2328596#M58407</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="179903" data-lia-user-login="Whitewater100" class="lia-mention lia-mention-user"&gt;Whitewater100&lt;/a&gt;&amp;nbsp;&amp;nbsp;could you please let me know which file is it and where is it?&lt;/P&gt;</description>
      <pubDate>Wed, 09 Feb 2022 15:27:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Top-10-with-over-another-column/m-p/2328596#M58407</guid>
      <dc:creator>pedroccamaraDBI</dc:creator>
      <dc:date>2022-02-09T15:27:55Z</dc:date>
    </item>
    <item>
      <title>Re: Top 10 with % over another column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Top-10-with-over-another-column/m-p/2328804#M58427</link>
      <description>&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt;I put it in my Google Drive. Is this link working?&lt;/P&gt;&lt;P&gt;&lt;A href="https://drive.google.com/file/d/1eU_FZGevQG7JVfDy0yl5cDaQ1P0ZFp-4/view?usp=sharing" target="_blank"&gt;https://drive.google.com/file/d/1eU_FZGevQG7JVfDy0yl5cDaQ1P0ZFp-4/view?usp=sharing&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Feb 2022 16:47:52 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Top-10-with-over-another-column/m-p/2328804#M58427</guid>
      <dc:creator>Whitewater100</dc:creator>
      <dc:date>2022-02-09T16:47:52Z</dc:date>
    </item>
    <item>
      <title>Re: Top 10 with % over another column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Top-10-with-over-another-column/m-p/2330452#M58525</link>
      <description>&lt;P&gt;Yes but It's showing me this...&lt;BR /&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Feb 2022 09:12:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Top-10-with-over-another-column/m-p/2330452#M58525</guid>
      <dc:creator>pedroccamaraDBI</dc:creator>
      <dc:date>2022-02-10T09:12:49Z</dc:date>
    </item>
    <item>
      <title>Re: Top 10 with % over another column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Top-10-with-over-another-column/m-p/2330663#M58549</link>
      <description>&lt;P&gt;This is the solution i came up with&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;CALCULATE&lt;/SPAN&gt;&lt;SPAN&gt;( &lt;/SPAN&gt;&lt;SPAN&gt;[Value]&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;ALLEXCEPT&lt;/SPAN&gt;&lt;SPAN&gt;( &lt;/SPAN&gt;&lt;SPAN&gt;Product&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;Producto[Unit]&lt;/SPAN&gt;&lt;SPAN&gt;))&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 10 Feb 2022 10:40:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Top-10-with-over-another-column/m-p/2330663#M58549</guid>
      <dc:creator>pedroccamaraDBI</dc:creator>
      <dc:date>2022-02-10T10:40:18Z</dc:date>
    </item>
  </channel>
</rss>

