<?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 Conditional number rounding in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Conditional-number-rounding/m-p/4710572#M180398</link>
    <description>&lt;P&gt;Can anybody recommend a solution to this:&lt;/P&gt;&lt;P&gt;I have monthly data values that will always be between 0% and 100% but never higher than 100%.&lt;/P&gt;&lt;P&gt;They are displayed in a visual with labels turned on. What I want to achieve for the data labels is, if the value is &amp;lt; 100% to display to 1 decimal point (e.g. 98.7%), but if the value = 100% to display with no decimal points )100%).&lt;/P&gt;&lt;P&gt;Is that possible? I presume by using a measure?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 28 May 2025 13:55:48 GMT</pubDate>
    <dc:creator>Fusilier2</dc:creator>
    <dc:date>2025-05-28T13:55:48Z</dc:date>
    <item>
      <title>Conditional number rounding</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Conditional-number-rounding/m-p/4710572#M180398</link>
      <description>&lt;P&gt;Can anybody recommend a solution to this:&lt;/P&gt;&lt;P&gt;I have monthly data values that will always be between 0% and 100% but never higher than 100%.&lt;/P&gt;&lt;P&gt;They are displayed in a visual with labels turned on. What I want to achieve for the data labels is, if the value is &amp;lt; 100% to display to 1 decimal point (e.g. 98.7%), but if the value = 100% to display with no decimal points )100%).&lt;/P&gt;&lt;P&gt;Is that possible? I presume by using a measure?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 28 May 2025 13:55:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Conditional-number-rounding/m-p/4710572#M180398</guid>
      <dc:creator>Fusilier2</dc:creator>
      <dc:date>2025-05-28T13:55:48Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional number rounding</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Conditional-number-rounding/m-p/4710593#M180399</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="554477" data-lia-user-login="Fusilier2" class="lia-mention lia-mention-user"&gt;Fusilier2&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;FormattedPercent =&lt;BR /&gt;VAR BaseValue = SUM('Table'[PercentValue])&lt;BR /&gt;RETURN&lt;BR /&gt;IF(&lt;BR /&gt;BaseValue = 1,&lt;BR /&gt;FORMAT(BaseValue, "0%"),&lt;BR /&gt;FORMAT(BaseValue, "0.0%")&lt;BR /&gt;)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;</description>
      <pubDate>Wed, 28 May 2025 14:01:46 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Conditional-number-rounding/m-p/4710593#M180399</guid>
      <dc:creator>BITomS</dc:creator>
      <dc:date>2025-05-28T14:01:46Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional number rounding</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Conditional-number-rounding/m-p/4710649#M180401</link>
      <description>&lt;P&gt;Thank you for your help!&lt;/P&gt;</description>
      <pubDate>Wed, 28 May 2025 14:32:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Conditional-number-rounding/m-p/4710649#M180401</guid>
      <dc:creator>Fusilier2</dc:creator>
      <dc:date>2025-05-28T14:32:31Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional number rounding</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Conditional-number-rounding/m-p/4711711#M180453</link>
      <description>&lt;P&gt;Excellent ... Good solution &lt;span class="lia-unicode-emoji" title=":thumbs_up:"&gt;👍&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 29 May 2025 08:36:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Conditional-number-rounding/m-p/4711711#M180453</guid>
      <dc:creator>123abc</dc:creator>
      <dc:date>2025-05-29T08:36:28Z</dc:date>
    </item>
  </channel>
</rss>

