<?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: how can i add % in matrix in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/how-can-i-add-in-matrix/m-p/2937836#M96918</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="449147" data-lia-user-login="vilden" class="lia-mention lia-mention-user"&gt;vilden&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can through the following ways to change it to % format:&lt;/P&gt;
&lt;P&gt;1&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;2&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Community Support Team&amp;nbsp;&lt;STRONG&gt;Selina&amp;nbsp;zhu&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;If this post&amp;nbsp;&lt;STRONG&gt;helps&lt;/STRONG&gt;, then please consider&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;Accept it as the solution&amp;nbsp;&lt;/EM&gt;&lt;/STRONG&gt;to help the other members find it more quickly&lt;/P&gt;</description>
    <pubDate>Wed, 30 Nov 2022 07:14:09 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2022-11-30T07:14:09Z</dc:date>
    <item>
      <title>how can i add % in matrix</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/how-can-i-add-in-matrix/m-p/2935508#M96704</link>
      <description>&lt;P&gt;Hello, i have matrix like this and i need to calculate it in % too, now it is just calculated like&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Početnosť = &lt;/SPAN&gt;&lt;SPAN&gt;DISTINCTCOUNT&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;KP&lt;/SPAN&gt;&lt;SPAN&gt;[K_PODPROD]&lt;/SPAN&gt;&lt;SPAN&gt;).&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Summary need to be 100%, how can i transform it to %??&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Nov 2022 10:23:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/how-can-i-add-in-matrix/m-p/2935508#M96704</guid>
      <dc:creator>vilden</dc:creator>
      <dc:date>2022-11-29T10:23:51Z</dc:date>
    </item>
    <item>
      <title>Re: how can i add % in matrix</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/how-can-i-add-in-matrix/m-p/2935566#M96712</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="449147" data-lia-user-login="vilden" class="lia-mention lia-mention-user"&gt;vilden&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sounds like you need to create some new measures using the DIVIDE expression:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Measure = DIVIDE([Numerator],[Denominator])&lt;/P&gt;</description>
      <pubDate>Tue, 29 Nov 2022 10:45:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/how-can-i-add-in-matrix/m-p/2935566#M96712</guid>
      <dc:creator>BITomS</dc:creator>
      <dc:date>2022-11-29T10:45:49Z</dc:date>
    </item>
    <item>
      <title>Re: how can i add % in matrix</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/how-can-i-add-in-matrix/m-p/2935620#M96722</link>
      <description>&lt;P&gt;Doesnt work.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Nov 2022 11:17:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/how-can-i-add-in-matrix/m-p/2935620#M96722</guid>
      <dc:creator>vilden</dc:creator>
      <dc:date>2022-11-29T11:17:32Z</dc:date>
    </item>
    <item>
      <title>Re: how can i add % in matrix</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/how-can-i-add-in-matrix/m-p/2937836#M96918</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="449147" data-lia-user-login="vilden" class="lia-mention lia-mention-user"&gt;vilden&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can through the following ways to change it to % format:&lt;/P&gt;
&lt;P&gt;1&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;2&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Community Support Team&amp;nbsp;&lt;STRONG&gt;Selina&amp;nbsp;zhu&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;If this post&amp;nbsp;&lt;STRONG&gt;helps&lt;/STRONG&gt;, then please consider&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;Accept it as the solution&amp;nbsp;&lt;/EM&gt;&lt;/STRONG&gt;to help the other members find it more quickly&lt;/P&gt;</description>
      <pubDate>Wed, 30 Nov 2022 07:14:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/how-can-i-add-in-matrix/m-p/2937836#M96918</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-11-30T07:14:09Z</dc:date>
    </item>
  </channel>
</rss>

