<?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: Change Format on Measure Formula Result in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Change-Format-on-Measure-Formula-Result/m-p/1375525#M25087</link>
    <description>&lt;P&gt;Thanks J - the INT function at the start of the datediff formula done the trick&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 16 Sep 2020 16:01:47 GMT</pubDate>
    <dc:creator>Sean-OReilly</dc:creator>
    <dc:date>2020-09-16T16:01:47Z</dc:date>
    <item>
      <title>Change Format on Measure Formula Result</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Change-Format-on-Measure-Formula-Result/m-p/1375422#M25083</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How do i Remove the .00 from the below measure result?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Days to Ins Expiry = if([Today]&amp;lt;[Ins Exp Date],DATEDIFF([Today],[Ins Exp Date],day),"Expired")&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&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>Wed, 16 Sep 2020 15:25:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Change-Format-on-Measure-Formula-Result/m-p/1375422#M25083</guid>
      <dc:creator>Sean-OReilly</dc:creator>
      <dc:date>2020-09-16T15:25:55Z</dc:date>
    </item>
    <item>
      <title>Re: Change Format on Measure Formula Result</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Change-Format-on-Measure-Formula-Result/m-p/1375477#M25084</link>
      <description>&lt;P&gt;Hmm, I would say just define the measure as a whole number in the measure formatting, but if you've got the possibility of it being text, then I guess that wouldn't work? Not sure why it's displaying .00 as that makes no sense in a datediff context, unless it defaults anything to having two decimal places. Try going INT(&lt;SPAN&gt;DATEDIFF([Today],[Ins Exp Date],day)) or&amp;nbsp;TRUNC(DATEDIFF([Today],[Ins Exp Date],day)) perhaps?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Sep 2020 15:46:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Change-Format-on-Measure-Formula-Result/m-p/1375477#M25084</guid>
      <dc:creator>jthomson</dc:creator>
      <dc:date>2020-09-16T15:46:34Z</dc:date>
    </item>
    <item>
      <title>Re: Change Format on Measure Formula Result</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Change-Format-on-Measure-Formula-Result/m-p/1375525#M25087</link>
      <description>&lt;P&gt;Thanks J - the INT function at the start of the datediff formula done the trick&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Sep 2020 16:01:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Change-Format-on-Measure-Formula-Result/m-p/1375525#M25087</guid>
      <dc:creator>Sean-OReilly</dc:creator>
      <dc:date>2020-09-16T16:01:47Z</dc:date>
    </item>
  </channel>
</rss>

