<?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 % of Grand Total from Variable in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-of-Grand-Total-from-Variable/m-p/1861307#M39876</link>
    <description>&lt;P&gt;That gives me % over 90 for the row, but not the grand total for the Total column.&amp;nbsp; That is effectively Total/Over 90 Days whereas I need the Grand Total of Total/Over 90 days.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 25 May 2021 02:15:21 GMT</pubDate>
    <dc:creator>jodyclaggett</dc:creator>
    <dc:date>2021-05-25T02:15:21Z</dc:date>
    <item>
      <title>DAX % of Grand Total from Variable</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-of-Grand-Total-from-Variable/m-p/1861086#M39872</link>
      <description>&lt;P&gt;I need help calculating the % of grand total based on a variable calculation in an asymetical matrix.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is my table values that I need to calculate on:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Essentially, I need to divide 834655.70/69945935.43 striped across the entire table to get what percentage of the over 90 that is in the total grouping. The problem I'm having is that I'm using variables to create these columns, in an asymetrical matrix and there doesn't seem to be a way to strip the grand total (69945935.43) across the entire grouping to then use that value in a DIVIDE funcation. SUM and SUMX both look for a table, but I'm using a variable. Do I need to create a table from my variable and if so, how do I do that?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here's my code to calculate the columns:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;EatbTotal is the variable that contains the grand total (denominator) and Over90 is the numerator.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any ideas how I can do this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 24 May 2021 21:11:22 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-of-Grand-Total-from-Variable/m-p/1861086#M39872</guid>
      <dc:creator>jodyclaggett</dc:creator>
      <dc:date>2021-05-24T21:11:22Z</dc:date>
    </item>
    <item>
      <title>Re: DAX % of Grand Total from Variable</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-of-Grand-Total-from-Variable/m-p/1861107#M39873</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="303783" data-lia-user-login="jodyclaggett" class="lia-mention lia-mention-user"&gt;jodyclaggett&lt;/a&gt;&amp;nbsp;Could you just do this?&lt;/P&gt;
&lt;P&gt;DisplayItem = 12, Over90 / EatbTotal,&lt;/P&gt;</description>
      <pubDate>Mon, 24 May 2021 21:52:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-of-Grand-Total-from-Variable/m-p/1861107#M39873</guid>
      <dc:creator>Greg_Deckler</dc:creator>
      <dc:date>2021-05-24T21:52:07Z</dc:date>
    </item>
    <item>
      <title>Re: DAX % of Grand Total from Variable</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-of-Grand-Total-from-Variable/m-p/1861307#M39876</link>
      <description>&lt;P&gt;That gives me % over 90 for the row, but not the grand total for the Total column.&amp;nbsp; That is effectively Total/Over 90 Days whereas I need the Grand Total of Total/Over 90 days.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 May 2021 02:15:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-of-Grand-Total-from-Variable/m-p/1861307#M39876</guid>
      <dc:creator>jodyclaggett</dc:creator>
      <dc:date>2021-05-25T02:15:21Z</dc:date>
    </item>
    <item>
      <title>Re: DAX % of Grand Total from Variable</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-of-Grand-Total-from-Variable/m-p/1865215#M39964</link>
      <description>&lt;P&gt;So, I actually figured this out. I had to create a seperate measure entirely that striped the total by group across the column and then use that measure in my variable calculation.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And then in the Values to Display measure:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 26 May 2021 14:35:52 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-of-Grand-Total-from-Variable/m-p/1865215#M39964</guid>
      <dc:creator>jodyclaggett</dc:creator>
      <dc:date>2021-05-26T14:35:52Z</dc:date>
    </item>
  </channel>
</rss>

