<?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: Need Help finding a solution for percentage of totals in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-Help-finding-a-solution-for-percentage-of-totals/m-p/4002847#M156113</link>
    <description>&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;I have my table setup like the above, and then created&amp;nbsp; a measure:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Percentage of Total per Provider = 
var denominator = CALCULATE(COUNTROWS('Table'), REMOVEFILTERS('Table'[Postcode]))
var numerator = COUNTROWS('Table')
return DIVIDE(numerator, denominator)&lt;/LI-CODE&gt;
&lt;P&gt;And then the result looks something like:&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;If that isn't what you want, please provide some sample data with any sensitive info removed so that we can provide more specific help.&lt;/P&gt;</description>
    <pubDate>Thu, 20 Jun 2024 22:33:35 GMT</pubDate>
    <dc:creator>vicky_</dc:creator>
    <dc:date>2024-06-20T22:33:35Z</dc:date>
    <item>
      <title>Need Help finding a solution for percentage of totals</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-Help-finding-a-solution-for-percentage-of-totals/m-p/4002833#M156112</link>
      <description>&lt;P&gt;I need to find the percentage of each providers total units per Proccode for 2024.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For Example: if Dr Doe had 1 unit for proccode 9921 and 3 units for 9922.&lt;/P&gt;&lt;P&gt;it would be 25% for 99202 and 75% for 99203.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can I get my table to display this? I tried using "show value as" bt it only shows the percentage of the grand total. When I am needing the percentage of each indiviual providers total.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jun 2024 21:55:15 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-Help-finding-a-solution-for-percentage-of-totals/m-p/4002833#M156112</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-06-20T21:55:15Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help finding a solution for percentage of totals</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-Help-finding-a-solution-for-percentage-of-totals/m-p/4002847#M156113</link>
      <description>&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;I have my table setup like the above, and then created&amp;nbsp; a measure:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Percentage of Total per Provider = 
var denominator = CALCULATE(COUNTROWS('Table'), REMOVEFILTERS('Table'[Postcode]))
var numerator = COUNTROWS('Table')
return DIVIDE(numerator, denominator)&lt;/LI-CODE&gt;
&lt;P&gt;And then the result looks something like:&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;If that isn't what you want, please provide some sample data with any sensitive info removed so that we can provide more specific help.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jun 2024 22:33:35 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-Help-finding-a-solution-for-percentage-of-totals/m-p/4002847#M156113</guid>
      <dc:creator>vicky_</dc:creator>
      <dc:date>2024-06-20T22:33:35Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help finding a solution for percentage of totals</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-Help-finding-a-solution-for-percentage-of-totals/m-p/4007039#M156882</link>
      <description>&lt;P&gt;Here some sample data. I have thousands of rows of data so I am not able to recreate the table you have.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.dropbox.com/scl/fi/yl0prxe9t1k4t21tsw1m6/CPT-Volumes-Graphs-Copy.pbix?rlkey=6mk6m9kfwipptw2am2ucleevl&amp;amp;st=j2y0swk9&amp;amp;dl=0" target="_blank"&gt;https://www.dropbox.com/scl/fi/yl0prxe9t1k4t21tsw1m6/CPT-Volumes-Graphs-Copy.pbix?rlkey=6mk6m9kfwipptw2am2ucleevl&amp;amp;st=j2y0swk9&amp;amp;dl=0&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jun 2024 13:40:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-Help-finding-a-solution-for-percentage-of-totals/m-p/4007039#M156882</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-06-24T13:40:45Z</dc:date>
    </item>
  </channel>
</rss>

