<?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 dax (it's urgent) in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/need-help-dax-it-s-urgent/m-p/2355799#M59987</link>
    <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="329393" data-lia-user-login="Nihed" class="lia-mention lia-mention-user"&gt;Nihed&lt;/a&gt;, see if this measure can help &lt;/P&gt;
&lt;P&gt;divide([Headcount (M)], calculate([Headcount (M)], removefilters(Table[gender]))&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 23 Feb 2022 11:24:12 GMT</pubDate>
    <dc:creator>amitchandak</dc:creator>
    <dc:date>2022-02-23T11:24:12Z</dc:date>
    <item>
      <title>need help dax (it's urgent)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/need-help-dax-it-s-urgent/m-p/2355761#M59985</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please I want to calculate % for each quarter and not percentage of total&amp;nbsp;&lt;SPAN&gt;in the following visual.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;what syntax is needed to do it in dax&lt;/SPAN&gt;&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;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Feb 2022 11:07:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/need-help-dax-it-s-urgent/m-p/2355761#M59985</guid>
      <dc:creator>Nihed</dc:creator>
      <dc:date>2022-02-23T11:07:16Z</dc:date>
    </item>
    <item>
      <title>Re: need help dax (it's urgent)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/need-help-dax-it-s-urgent/m-p/2355799#M59987</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="329393" data-lia-user-login="Nihed" class="lia-mention lia-mention-user"&gt;Nihed&lt;/a&gt;, see if this measure can help &lt;/P&gt;
&lt;P&gt;divide([Headcount (M)], calculate([Headcount (M)], removefilters(Table[gender]))&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Feb 2022 11:24:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/need-help-dax-it-s-urgent/m-p/2355799#M59987</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2022-02-23T11:24:12Z</dc:date>
    </item>
    <item>
      <title>Re: need help dax (it's urgent)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/need-help-dax-it-s-urgent/m-p/2355885#M59993</link>
      <description>&lt;P&gt;I have th field headcount culomn in my data not measure&amp;nbsp;&lt;SPAN&gt;what should I do in this case&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Feb 2022 12:08:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/need-help-dax-it-s-urgent/m-p/2355885#M59993</guid>
      <dc:creator>Nihed</dc:creator>
      <dc:date>2022-02-23T12:08:39Z</dc:date>
    </item>
    <item>
      <title>Re: need help dax (it's urgent)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/need-help-dax-it-s-urgent/m-p/2355897#M59995</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="329393" data-lia-user-login="Nihed" class="lia-mention lia-mention-user"&gt;Nihed&lt;/a&gt; , Use an aggregations &lt;/P&gt;
&lt;P&gt;example&lt;/P&gt;
&lt;P&gt;divide(Sum(Table[Headcount (M)]), calculate(Sum(Table[Headcount (M)]), removefilters(Table[gender]))&lt;/P&gt;</description>
      <pubDate>Wed, 23 Feb 2022 12:11:46 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/need-help-dax-it-s-urgent/m-p/2355897#M59995</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2022-02-23T12:11:46Z</dc:date>
    </item>
    <item>
      <title>Re: need help dax (it's urgent)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/need-help-dax-it-s-urgent/m-p/2355905#M59997</link>
      <description>&lt;P&gt;&lt;SPAN&gt;It seems to me it works well thank you &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Feb 2022 12:21:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/need-help-dax-it-s-urgent/m-p/2355905#M59997</guid>
      <dc:creator>Nihed</dc:creator>
      <dc:date>2022-02-23T12:21:39Z</dc:date>
    </item>
  </channel>
</rss>

