<?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: SSAS Format String in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/SSAS-Format-String/m-p/1090265#M15733</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="179433" data-lia-user-login="maserr" class="lia-mention lia-mention-user"&gt;maserr&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can try this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Column = FORMAT((Table3[Material]*1000),0) &amp;amp; UNICHAR(137)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;img /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Regard,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Harsh Nathani&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT color="#0000FF"&gt;&lt;STRONG&gt;Did I answer your question? Mark my post as a solution! Appreciate with a Kudos!!&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
    <pubDate>Thu, 14 May 2020 18:31:20 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-05-14T18:31:20Z</dc:date>
    <item>
      <title>SSAS Format String</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/SSAS-Format-String/m-p/1089575#M15700</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to format a SSAS measure as&amp;nbsp;&lt;SPAN&gt;‰ which is the 10*% and the available formats I can see on SSAS is Percentage, Whole number... maybe I could use the Custom one but don't know how to add the format of %.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks in advance,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;img /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 14 May 2020 10:44:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/SSAS-Format-String/m-p/1089575#M15700</guid>
      <dc:creator>maserr</dc:creator>
      <dc:date>2020-05-14T10:44:12Z</dc:date>
    </item>
    <item>
      <title>Re: SSAS Format String</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/SSAS-Format-String/m-p/1089658#M15707</link>
      <description>&lt;P&gt;Hi, there are two ways to change the format. From the menu and in the formula.&lt;/P&gt;
&lt;P&gt;In menu click on your field to check the formula and go to the tab "Measure tools" or "Column Tools" . Then click on percentage symbol.&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;With dax you can use the functions FORMAT with the word "Percentage" on it or another format you wish. This link contains format examples:&amp;nbsp;&lt;A href="https://www.tutorialspoint.com/dax_functions/dax_format_function.htm" target="_blank"&gt;https://www.tutorialspoint.com/dax_functions/dax_format_function.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;</description>
      <pubDate>Thu, 14 May 2020 11:51:27 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/SSAS-Format-String/m-p/1089658#M15707</guid>
      <dc:creator>ibarrau</dc:creator>
      <dc:date>2020-05-14T11:51:27Z</dc:date>
    </item>
    <item>
      <title>Re: SSAS Format String</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/SSAS-Format-String/m-p/1090206#M15732</link>
      <description>&lt;P&gt;As I have explained, I am referring to &lt;SPAN&gt;‰&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;not to %.&lt;/P&gt;</description>
      <pubDate>Thu, 14 May 2020 17:46:15 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/SSAS-Format-String/m-p/1090206#M15732</guid>
      <dc:creator>maserr</dc:creator>
      <dc:date>2020-05-14T17:46:15Z</dc:date>
    </item>
    <item>
      <title>Re: SSAS Format String</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/SSAS-Format-String/m-p/1090265#M15733</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="179433" data-lia-user-login="maserr" class="lia-mention lia-mention-user"&gt;maserr&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can try this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Column = FORMAT((Table3[Material]*1000),0) &amp;amp; UNICHAR(137)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;img /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Regard,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Harsh Nathani&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT color="#0000FF"&gt;&lt;STRONG&gt;Did I answer your question? Mark my post as a solution! Appreciate with a Kudos!!&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 14 May 2020 18:31:20 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/SSAS-Format-String/m-p/1090265#M15733</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-05-14T18:31:20Z</dc:date>
    </item>
  </channel>
</rss>

