<?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: Formatting a number as a multiple with an &amp;quot;x&amp;quot; at the end - 0.00x in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Formatting-a-number-as-a-multiple-with-an-quot-x-quot-at-the-end/m-p/3176817#M114703</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="436579" data-lia-user-login="ompowerbi" class="lia-mention lia-mention-user"&gt;ompowerbi&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can apply the same format string you passed to the FORMAT function as a measure format string instead.&lt;/P&gt;
&lt;P&gt;See here&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/power-bi/create-reports/desktop-custom-format-strings" target="_blank" rel="noopener"&gt;https://learn.microsoft.com/en-us/power-bi/create-reports/desktop-custom-format-strings&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Does that work for you?&lt;/P&gt;</description>
    <pubDate>Thu, 06 Apr 2023 21:44:59 GMT</pubDate>
    <dc:creator>OwenAuger</dc:creator>
    <dc:date>2023-04-06T21:44:59Z</dc:date>
    <item>
      <title>Formatting a number as a multiple with an "x" at the end - 0.00x</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Formatting-a-number-as-a-multiple-with-an-quot-x-quot-at-the-end/m-p/3176504#M114679</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have numbers where I want to add an "x" at the end. I understand I can format this as FORMAT([Number], "0.00x"), however, this changes the data type to text whereas I still want this to be treated as a decimal number as a data type. If I try and order this number by size, Power BI instead orders them as text, i.e. by the order of the first number - 1,2,3,4.... Is there a way to format numbers in this way (0.00x) whilst maintaining the data type as an integer?&lt;BR /&gt;&lt;BR /&gt;Thanks for your help!&lt;/P&gt;</description>
      <pubDate>Thu, 06 Apr 2023 17:51:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Formatting-a-number-as-a-multiple-with-an-quot-x-quot-at-the-end/m-p/3176504#M114679</guid>
      <dc:creator>ompowerbi</dc:creator>
      <dc:date>2023-04-06T17:51:55Z</dc:date>
    </item>
    <item>
      <title>Re: Formatting a number as a multiple with an "x" at the end - 0.00x</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Formatting-a-number-as-a-multiple-with-an-quot-x-quot-at-the-end/m-p/3176817#M114703</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="436579" data-lia-user-login="ompowerbi" class="lia-mention lia-mention-user"&gt;ompowerbi&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can apply the same format string you passed to the FORMAT function as a measure format string instead.&lt;/P&gt;
&lt;P&gt;See here&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/power-bi/create-reports/desktop-custom-format-strings" target="_blank" rel="noopener"&gt;https://learn.microsoft.com/en-us/power-bi/create-reports/desktop-custom-format-strings&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Does that work for you?&lt;/P&gt;</description>
      <pubDate>Thu, 06 Apr 2023 21:44:59 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Formatting-a-number-as-a-multiple-with-an-quot-x-quot-at-the-end/m-p/3176817#M114703</guid>
      <dc:creator>OwenAuger</dc:creator>
      <dc:date>2023-04-06T21:44:59Z</dc:date>
    </item>
    <item>
      <title>Re: Formatting a number as a multiple with an "x" at the end - 0.00x</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Formatting-a-number-as-a-multiple-with-an-quot-x-quot-at-the-end/m-p/3176857#M114715</link>
      <description>&lt;P&gt;hi &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="436579" data-lia-user-login="ompowerbi" class="lia-mention lia-mention-user"&gt;ompowerbi&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;you can add a calculated column with&lt;/P&gt;&lt;P&gt;FORMAT([Number], "0.00x")&lt;/P&gt;&lt;P&gt;Then sort the new column by the original number column.&lt;/P&gt;&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/power-bi/create-reports/desktop-sort-by-column?tabs=powerbi-desktop" target="_blank"&gt;https://learn.microsoft.com/en-us/power-bi/create-reports/desktop-sort-by-column?tabs=powerbi-desktop&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Apr 2023 23:26:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Formatting-a-number-as-a-multiple-with-an-quot-x-quot-at-the-end/m-p/3176857#M114715</guid>
      <dc:creator>FreemanZ</dc:creator>
      <dc:date>2023-04-06T23:26:06Z</dc:date>
    </item>
    <item>
      <title>Re: Formatting a number as a multiple with an "x" at the end - 0.00x</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Formatting-a-number-as-a-multiple-with-an-quot-x-quot-at-the-end/m-p/3181032#M114996</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="436579" data-lia-user-login="ompowerbi" class="lia-mention lia-mention-user"&gt;ompowerbi&lt;/a&gt;,&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>Tue, 11 Apr 2023 05:43:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Formatting-a-number-as-a-multiple-with-an-quot-x-quot-at-the-end/m-p/3181032#M114996</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-04-11T05:43:56Z</dc:date>
    </item>
  </channel>
</rss>

