<?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: Column % of another column in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Column-of-another-column/m-p/3483127#M133223</link>
    <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="569583" data-lia-user-login="Dangar332" class="lia-mention lia-mention-user"&gt;Dangar332&lt;/a&gt;&amp;nbsp;Sorry if I haven't been clear. I am seeking what % of 57 is 18? Therefore around 38% as the data currently stands. Thanks for your assistance&lt;/P&gt;</description>
    <pubDate>Wed, 18 Oct 2023 11:09:54 GMT</pubDate>
    <dc:creator>AMBP1973</dc:creator>
    <dc:date>2023-10-18T11:09:54Z</dc:date>
    <item>
      <title>Column % of another column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Column-of-another-column/m-p/3482924#M133211</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I used a Quick MEasure to get a Year to Date Total for a Date column "Approval Date", as below. This returned a result of 18 out of a total of 57 Rows.&amp;nbsp; However, I am seeking to also get the % of what 18 (YTD count) is of the total 57 rows in the same column. I have tried many ways i.e. DIVIDE, Percentage diffrence etc.. with no success, any assitance with the correct DAX expression would be much appreciated &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&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;Count of Approval Date YTD = &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;IF&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;ISFILTERED&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'E&amp;amp;T Document Status Tracker'[Approval Date]&lt;/SPAN&gt;&lt;SPAN&gt;),&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;ERROR&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;"Time intelligence quick measures can only be grouped or filtered by the Power BI-provided date hierarchy or primary date column."&lt;/SPAN&gt;&lt;SPAN&gt;),&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;TOTALYTD&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;COUNTA&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'E&amp;amp;T Document Status Tracker'[Approval Date]&lt;/SPAN&gt;&lt;SPAN&gt;),&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;'E&amp;amp;T Document Status Tracker'[Approval Date]&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;[Date]&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 18 Oct 2023 09:56:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Column-of-another-column/m-p/3482924#M133211</guid>
      <dc:creator>AMBP1973</dc:creator>
      <dc:date>2023-10-18T09:56:42Z</dc:date>
    </item>
    <item>
      <title>Re: Column % of another column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Column-of-another-column/m-p/3482981#M133213</link>
      <description>&lt;P&gt;provide sample data and what you want&lt;/P&gt;</description>
      <pubDate>Wed, 18 Oct 2023 10:16:15 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Column-of-another-column/m-p/3482981#M133213</guid>
      <dc:creator>Dangar332</dc:creator>
      <dc:date>2023-10-18T10:16:15Z</dc:date>
    </item>
    <item>
      <title>Re: Column % of another column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Column-of-another-column/m-p/3483008#M133215</link>
      <description>&lt;P&gt;Count of YTD Dates % of total.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Thankyou&lt;/P&gt;</description>
      <pubDate>Wed, 18 Oct 2023 10:28:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Column-of-another-column/m-p/3483008#M133215</guid>
      <dc:creator>AMBP1973</dc:creator>
      <dc:date>2023-10-18T10:28:32Z</dc:date>
    </item>
    <item>
      <title>Re: Column % of another column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Column-of-another-column/m-p/3483041#M133218</link>
      <description>&lt;P&gt;hi,&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="593913" data-lia-user-login="AMBP1973" class="lia-mention lia-mention-user"&gt;AMBP1973&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;use below measure&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;count% =&amp;nbsp;&amp;nbsp;&lt;BR /&gt;var&amp;nbsp; a =&lt;/P&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;TOTALYTD&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;COUNTA&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'E&amp;amp;T Document Status Tracker'[Approval Date]&lt;/SPAN&gt;&lt;SPAN&gt;),&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;'E&amp;amp;T Document Status Tracker'[Approval Date])&lt;BR /&gt;var b =&amp;nbsp; countrows (all('E&amp;amp;T Document Status Tracker'[Approval Date]))&lt;BR /&gt;return&amp;nbsp;&lt;BR /&gt;divide (a,b)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;If this post&amp;nbsp;&lt;STRONG&gt;helps&lt;/STRONG&gt;, then please consider&amp;nbsp;&lt;EM&gt;&lt;STRONG&gt;Accept it as the solution&lt;/STRONG&gt;&lt;/EM&gt;&amp;nbsp;to help the other members find it more quickly.&lt;/SPAN&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 18 Oct 2023 10:44:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Column-of-another-column/m-p/3483041#M133218</guid>
      <dc:creator>Dangar332</dc:creator>
      <dc:date>2023-10-18T10:44:33Z</dc:date>
    </item>
    <item>
      <title>Re: Column % of another column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Column-of-another-column/m-p/3483090#M133220</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="569583" data-lia-user-login="Dangar332" class="lia-mention lia-mention-user"&gt;Dangar332&lt;/a&gt;. Thankyou so much for your assistance. This worked, however it gave me the opposite % of what I am seeking. It returned 62%, whereas it is more like 38%? Is there a ay to adjust the DAX to accomodate.? Thankyou in advance&lt;/P&gt;</description>
      <pubDate>Wed, 18 Oct 2023 10:57:29 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Column-of-another-column/m-p/3483090#M133220</guid>
      <dc:creator>AMBP1973</dc:creator>
      <dc:date>2023-10-18T10:57:29Z</dc:date>
    </item>
    <item>
      <title>Re: Column % of another column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Column-of-another-column/m-p/3483117#M133222</link>
      <description>&lt;P&gt;hi,&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="593913" data-lia-user-login="AMBP1973" class="lia-mention lia-mention-user"&gt;AMBP1973&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;you want&amp;nbsp; percentage like &lt;STRONG&gt;18/57&lt;/STRONG&gt; as you mention above or something else?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Oct 2023 11:07:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Column-of-another-column/m-p/3483117#M133222</guid>
      <dc:creator>Dangar332</dc:creator>
      <dc:date>2023-10-18T11:07:36Z</dc:date>
    </item>
    <item>
      <title>Re: Column % of another column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Column-of-another-column/m-p/3483127#M133223</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="569583" data-lia-user-login="Dangar332" class="lia-mention lia-mention-user"&gt;Dangar332&lt;/a&gt;&amp;nbsp;Sorry if I haven't been clear. I am seeking what % of 57 is 18? Therefore around 38% as the data currently stands. Thanks for your assistance&lt;/P&gt;</description>
      <pubDate>Wed, 18 Oct 2023 11:09:54 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Column-of-another-column/m-p/3483127#M133223</guid>
      <dc:creator>AMBP1973</dc:creator>
      <dc:date>2023-10-18T11:09:54Z</dc:date>
    </item>
    <item>
      <title>Re: Column % of another column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Column-of-another-column/m-p/3483148#M133224</link>
      <description>&lt;P&gt;my solution give you exactly what you want&amp;nbsp;&lt;/P&gt;&lt;P&gt;18:57*100 =&lt;/P&gt;&lt;P&gt;(18*100):57 =&lt;/P&gt;&lt;P&gt;1800:57 = 31.58%&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Oct 2023 11:18:46 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Column-of-another-column/m-p/3483148#M133224</guid>
      <dc:creator>Dangar332</dc:creator>
      <dc:date>2023-10-18T11:18:46Z</dc:date>
    </item>
    <item>
      <title>Re: Column % of another column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Column-of-another-column/m-p/3483157#M133225</link>
      <description>&lt;P&gt;I copied exactly what you provided, but it still gives me this on the card&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Oct 2023 11:23:59 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Column-of-another-column/m-p/3483157#M133225</guid>
      <dc:creator>AMBP1973</dc:creator>
      <dc:date>2023-10-18T11:23:59Z</dc:date>
    </item>
    <item>
      <title>Re: Column % of another column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Column-of-another-column/m-p/3483168#M133226</link>
      <description>&lt;P&gt;These not gonna help me to understand your scenario.&lt;/P&gt;&lt;P&gt;&amp;nbsp;you check&amp;nbsp; my solution like first check&amp;nbsp; output of var a=&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;then&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;second check output of var b =&lt;/P&gt;&lt;P&gt;and then calculate percentage&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;OR&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;provide more data to check where it trouble&lt;/P&gt;</description>
      <pubDate>Wed, 18 Oct 2023 11:31:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Column-of-another-column/m-p/3483168#M133226</guid>
      <dc:creator>Dangar332</dc:creator>
      <dc:date>2023-10-18T11:31:25Z</dc:date>
    </item>
    <item>
      <title>Re: Column % of another column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Column-of-another-column/m-p/3483217#M133228</link>
      <description>&lt;P&gt;hi,&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="593913" data-lia-user-login="AMBP1973" class="lia-mention lia-mention-user"&gt;AMBP1973&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;try below one&lt;/P&gt;&lt;P&gt;count% =&amp;nbsp;&amp;nbsp;&lt;BR /&gt;var&amp;nbsp; a =&lt;/P&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;TOTALYTD&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;COUNTA&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'E&amp;amp;T Document Status Tracker'[Approval Date]&lt;/SPAN&gt;&lt;SPAN&gt;),&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;'E&amp;amp;T Document Status Tracker'[Approval Date])&lt;BR /&gt;var b =&amp;nbsp; countrows (all('E&amp;amp;T Document Status Tracker'[Approval Date]))&lt;BR /&gt;var c = divide (a,b)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;return&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;1- c&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;If this post&amp;nbsp;&lt;STRONG&gt;helps&lt;/STRONG&gt;, then please consider&amp;nbsp;&lt;EM&gt;&lt;STRONG&gt;Accept it as the solution&lt;/STRONG&gt;&lt;/EM&gt;&amp;nbsp;to help the other members find it more quickly&lt;/SPAN&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 18 Oct 2023 12:03:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Column-of-another-column/m-p/3483217#M133228</guid>
      <dc:creator>Dangar332</dc:creator>
      <dc:date>2023-10-18T12:03:37Z</dc:date>
    </item>
    <item>
      <title>Re: Column % of another column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Column-of-another-column/m-p/3490841#M133660</link>
      <description>&lt;P style="margin: 0in; font-family: tahoma; font-size: 11.0pt;"&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="593913" data-lia-user-login="AMBP1973" class="lia-mention lia-mention-user"&gt;AMBP1973&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P style="margin: 0in; font-family: tahoma; font-size: 11.0pt;"&gt;Did the above suggestions help with your scenario? if that is the case, you can consider Kudo or Accept the helpful suggestions to help others who faced similar requirements.&lt;/P&gt;
&lt;P style="margin: 0in; font-family: tahoma; font-size: 11.0pt;"&gt;If these also don't help, please share more detailed information and description to help us clarify your scenario to test.&lt;/P&gt;
&lt;P style="margin: 0in; font-family: tahoma; font-size: 11.0pt;"&gt;&lt;A href="http://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490" target="_blank"&gt;How to Get Your Question Answered Quickly&amp;nbsp;&lt;/A&gt;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: tahoma; font-size: 11.0pt;"&gt;Regards,&lt;/P&gt;
&lt;P style="margin: 0in; font-family: tahoma; font-size: 11.0pt;"&gt;Xiaoxin Sheng&lt;/P&gt;</description>
      <pubDate>Mon, 23 Oct 2023 09:03:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Column-of-another-column/m-p/3490841#M133660</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-10-23T09:03:00Z</dc:date>
    </item>
  </channel>
</rss>

