<?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: Data Formatting Issue : How to fix Scientific Value Shown on a value that supposed to be Zero in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Data-Formatting-Issue-How-to-fix-Scientific-Value-Shown-on-a/m-p/5014118#M64516</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1528649"&gt;@Asyifa&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I hope the above details help you fix the issue. If you still have any questions or need more help, feel free to reach out. We’re always here to support you&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 13 Feb 2026 09:23:36 GMT</pubDate>
    <dc:creator>v-sshirivolu</dc:creator>
    <dc:date>2026-02-13T09:23:36Z</dc:date>
    <item>
      <title>Data Formatting Issue : How to fix Scientific Value Shown on a value that supposed to be Zero</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Data-Formatting-Issue-How-to-fix-Scientific-Value-Shown-on-a/m-p/4993101#M64423</link>
      <description>&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;Hello everyone,&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;I am experiencing a data formatting issue where a value that is supposed to be &lt;STRONG&gt;0&lt;/STRONG&gt; is displayed in &lt;STRONG&gt;scientific notation&lt;/STRONG&gt; instead.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;I have already checked and adjusted the &lt;STRONG&gt;data formatting settings&lt;/STRONG&gt;, attached screenshots showing:&lt;/FONT&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;The result displayed in the report&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Asyifa_0-1770090969150.png" style="width: 251px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1324258iBEC6149ED5E72786/image-dimensions/251x162?v=v2" width="251" height="162" role="button" title="Asyifa_0-1770090969150.png" alt="Asyifa_0-1770090969150.png" /&gt;&lt;/span&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;The data formatting settings configuration&lt;/FONT&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Asyifa_1-1770091727808.jpeg" style="width: 272px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1324259iF105BC64CCFE64E3/image-dimensions/272x85?v=v2" width="272" height="85" role="button" title="Asyifa_1-1770091727808.jpeg" alt="Asyifa_1-1770091727808.jpeg" /&gt;&lt;/span&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;I use the same formatting for the other column and the value was correct.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;Could you please advise on what might be causing this behavior?&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;Thank you very much for your help.&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Feb 2026 04:15:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Data-Formatting-Issue-How-to-fix-Scientific-Value-Shown-on-a/m-p/4993101#M64423</guid>
      <dc:creator>Asyifa</dc:creator>
      <dc:date>2026-02-03T04:15:43Z</dc:date>
    </item>
    <item>
      <title>Re: Data Formatting Issue : How to fix Scientific Value Shown on a value that supposed to be Zero</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Data-Formatting-Issue-How-to-fix-Scientific-Value-Shown-on-a/m-p/4993189#M64424</link>
      <description>&lt;P&gt;Power BI (DAX) uses floating-point math. After calculations (division, subtraction, percentages, averages, etc.), values that should be zero often end up as something like: 0.0000000000046.&amp;nbsp;When the number is extremely small, Power BI switches to scientific notation to represent it. To fix it you need to correct your column format setting. Instead of using "general", use "Whole Number" or "Decimal" depending on your need.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Feb 2026 06:13:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Data-Formatting-Issue-How-to-fix-Scientific-Value-Shown-on-a/m-p/4993189#M64424</guid>
      <dc:creator>cengizhanarslan</dc:creator>
      <dc:date>2026-02-03T06:13:13Z</dc:date>
    </item>
    <item>
      <title>Re: Data Formatting Issue : How to fix Scientific Value Shown on a value that supposed to be Zero</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Data-Formatting-Issue-How-to-fix-Scientific-Value-Shown-on-a/m-p/4993337#M64425</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1292787"&gt;@cengizhanarslan&lt;/a&gt;&amp;nbsp;, thanks for your reply, but here as on my snapshot the data format already set to whole number.. for more context to manage the pbi i divide the pbix file into 2 part one for managing the dataset and one for the report, in this case in pbix dataset file i already set the data format to whole number but in the pbix reporting file i check it is set to general but i cannot update it it is lock..&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Asyifa_0-1770106410971.jpeg" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1324336iC2010F9FA16A6FC8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Asyifa_0-1770106410971.jpeg" alt="Asyifa_0-1770106410971.jpeg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;do you have any other insight on this? thanks..&lt;/P&gt;</description>
      <pubDate>Tue, 03 Feb 2026 08:13:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Data-Formatting-Issue-How-to-fix-Scientific-Value-Shown-on-a/m-p/4993337#M64425</guid>
      <dc:creator>Asyifa</dc:creator>
      <dc:date>2026-02-03T08:13:48Z</dc:date>
    </item>
    <item>
      <title>Re: Data Formatting Issue : How to fix Scientific Value Shown on a value that supposed to be Zero</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Data-Formatting-Issue-How-to-fix-Scientific-Value-Shown-on-a/m-p/4993658#M64429</link>
      <description>&lt;P&gt;You need to change your column format in your&lt;STRONG&gt; dataset not thin report&lt;/STRONG&gt;. Thin report is the one that is live connected to your semantic model in service and you cannot change anything on the model by using a thin report.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Feb 2026 14:13:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Data-Formatting-Issue-How-to-fix-Scientific-Value-Shown-on-a/m-p/4993658#M64429</guid>
      <dc:creator>cengizhanarslan</dc:creator>
      <dc:date>2026-02-03T14:13:34Z</dc:date>
    </item>
    <item>
      <title>Re: Data Formatting Issue : How to fix Scientific Value Shown on a value that supposed to be Zero</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Data-Formatting-Issue-How-to-fix-Scientific-Value-Shown-on-a/m-p/4996045#M64445</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1528649"&gt;@Asyifa&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;Thanks for the update, since this report is connected to a semantic model and you don’t have permission to change the dataset, the scientific notation you’re seeing is most likely happening because the value isn’t truly zero. Power BI sometimes produces extremely tiny numbers (like 0.0000000001) due to calculation precision, and formatting alone won’t hide that. A simple workaround is to create a new measure in the report that rounds the value or treats very small numbers as zero, then use that new measure in your visuals with the format you want. This way you can fix how the number displays without needing any changes to the dataset.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Feb 2026 05:27:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Data-Formatting-Issue-How-to-fix-Scientific-Value-Shown-on-a/m-p/4996045#M64445</guid>
      <dc:creator>v-sshirivolu</dc:creator>
      <dc:date>2026-02-05T05:27:24Z</dc:date>
    </item>
    <item>
      <title>Re: Data Formatting Issue : How to fix Scientific Value Shown on a value that supposed to be Zero</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Data-Formatting-Issue-How-to-fix-Scientific-Value-Shown-on-a/m-p/5003946#M64487</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1528649"&gt;@Asyifa&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;SPAN data-teams="true"&gt;I wanted to check if you had the opportunity to review the information provided. Please feel free to contact us if you have any further questions.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Feb 2026 12:00:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Data-Formatting-Issue-How-to-fix-Scientific-Value-Shown-on-a/m-p/5003946#M64487</guid>
      <dc:creator>v-sshirivolu</dc:creator>
      <dc:date>2026-02-10T12:00:21Z</dc:date>
    </item>
    <item>
      <title>Re: Data Formatting Issue : How to fix Scientific Value Shown on a value that supposed to be Zero</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Data-Formatting-Issue-How-to-fix-Scientific-Value-Shown-on-a/m-p/5014118#M64516</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1528649"&gt;@Asyifa&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I hope the above details help you fix the issue. If you still have any questions or need more help, feel free to reach out. We’re always here to support you&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Feb 2026 09:23:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Data-Formatting-Issue-How-to-fix-Scientific-Value-Shown-on-a/m-p/5014118#M64516</guid>
      <dc:creator>v-sshirivolu</dc:creator>
      <dc:date>2026-02-13T09:23:36Z</dc:date>
    </item>
  </channel>
</rss>

