<?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: PowerBI is counting the same value as 2 different values in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/PowerBI-is-counting-the-same-value-as-2-different-values/m-p/2469591#M67199</link>
    <description>&lt;P&gt;The fact that 2 strings look the same to your eyes does not mean they are the same. There might be some non-printable characters embedded in either of them. You should cleanse your data well in Power Query (or in the source). For instance, there are spaces that are zero-length...&lt;/P&gt;</description>
    <pubDate>Thu, 21 Apr 2022 16:30:06 GMT</pubDate>
    <dc:creator>daXtreme</dc:creator>
    <dc:date>2022-04-21T16:30:06Z</dc:date>
    <item>
      <title>PowerBI is counting the same value as 2 different values</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/PowerBI-is-counting-the-same-value-as-2-different-values/m-p/2467284#M67053</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;This is a very complicated question, therefore I am trying to simplify it and I hope I don't confuse anyone further.&lt;/P&gt;&lt;P&gt;I have a database of student evaluations.&amp;nbsp; Their professor has rated them on different items (i.e., rated them as being "proficient" or "developing" on different aspects).&lt;/P&gt;&lt;P&gt;Does anyone know why on earth is PowerBI counting the same rating ("Proficient") as two different values?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Basically, there should be only 1 row for Proficient and it should equal 35.&amp;nbsp; I have been sitting here for hours trying to figure this out.&amp;nbsp; I see no reason for this.&amp;nbsp; I just thought I'd ask if anyone has seen this before.&amp;nbsp; The DAX for the value field in the matrix is just&amp;nbsp; a DISTINCTCOUNT of student ID.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In Data view, there does not seem to be an obvious reason for this (i.e., extraneous spaces, etc):&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 20 Apr 2022 18:14:23 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/PowerBI-is-counting-the-same-value-as-2-different-values/m-p/2467284#M67053</guid>
      <dc:creator>afaherty</dc:creator>
      <dc:date>2022-04-20T18:14:23Z</dc:date>
    </item>
    <item>
      <title>Re: PowerBI is counting the same value as 2 different values</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/PowerBI-is-counting-the-same-value-as-2-different-values/m-p/2467369#M67060</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="212704" data-lia-user-login="afaherty" class="lia-mention lia-mention-user"&gt;afaherty&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;try replace the value in power query. Like:&lt;/P&gt;&lt;P&gt;each [column], each "Proficient"&lt;/P&gt;</description>
      <pubDate>Wed, 20 Apr 2022 19:08:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/PowerBI-is-counting-the-same-value-as-2-different-values/m-p/2467369#M67060</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-04-20T19:08:48Z</dc:date>
    </item>
    <item>
      <title>Re: PowerBI is counting the same value as 2 different values</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/PowerBI-is-counting-the-same-value-as-2-different-values/m-p/2469591#M67199</link>
      <description>&lt;P&gt;The fact that 2 strings look the same to your eyes does not mean they are the same. There might be some non-printable characters embedded in either of them. You should cleanse your data well in Power Query (or in the source). For instance, there are spaces that are zero-length...&lt;/P&gt;</description>
      <pubDate>Thu, 21 Apr 2022 16:30:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/PowerBI-is-counting-the-same-value-as-2-different-values/m-p/2469591#M67199</guid>
      <dc:creator>daXtreme</dc:creator>
      <dc:date>2022-04-21T16:30:06Z</dc:date>
    </item>
    <item>
      <title>Re: PowerBI is counting the same value as 2 different values</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/PowerBI-is-counting-the-same-value-as-2-different-values/m-p/2469626#M67204</link>
      <description>&lt;P&gt;I found another post from someone who had the same problem a few years ago.&amp;nbsp; When they re-did the dashboard from scratch, the problem went away.&amp;nbsp; I just tried the same thing, and my problem has resolved as well.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Apr 2022 16:49:29 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/PowerBI-is-counting-the-same-value-as-2-different-values/m-p/2469626#M67204</guid>
      <dc:creator>afaherty</dc:creator>
      <dc:date>2022-04-21T16:49:29Z</dc:date>
    </item>
    <item>
      <title>Re: PowerBI is counting the same value as 2 different values</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/PowerBI-is-counting-the-same-value-as-2-different-values/m-p/2469749#M67208</link>
      <description>&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt;To follow a few replies here. To see if DAX has gone wild, you can go to TRANSFORM Data and highlight your column and first select clean and after repeat with "trim". Both options are under the TRANSFORM Tab. Choose FORMAT and the there is a drop down. These two functions(Clean &amp;amp; trim) take away spacing issues and also take away any non printable characters. I've rad it's best practice to do this before loading data.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you do this and you still have an issue, then maybe DAX has an issue? I hope this helps!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Apr 2022 18:01:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/PowerBI-is-counting-the-same-value-as-2-different-values/m-p/2469749#M67208</guid>
      <dc:creator>Whitewater100</dc:creator>
      <dc:date>2022-04-21T18:01:34Z</dc:date>
    </item>
    <item>
      <title>Re: PowerBI is counting the same value as 2 different values</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/PowerBI-is-counting-the-same-value-as-2-different-values/m-p/3058317#M105584</link>
      <description>&lt;P&gt;Is this the only way? I have many visuals already on the page and are quiet fidely. How better could I do this ?&lt;/P&gt;</description>
      <pubDate>Thu, 02 Feb 2023 15:58:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/PowerBI-is-counting-the-same-value-as-2-different-values/m-p/3058317#M105584</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-02-02T15:58:03Z</dc:date>
    </item>
    <item>
      <title>Re: PowerBI is counting the same value as 2 different values</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/PowerBI-is-counting-the-same-value-as-2-different-values/m-p/4865203#M185546</link>
      <description>&lt;P&gt;I had the same issue. Trim, Clean and Capitalize Each Word was no help. Solution was to simply make a copy of the column and delete the original one. No more "duplicate" values after that.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Nov 2025 14:54:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/PowerBI-is-counting-the-same-value-as-2-different-values/m-p/4865203#M185546</guid>
      <dc:creator>Aivars</dc:creator>
      <dc:date>2025-11-03T14:54:49Z</dc:date>
    </item>
  </channel>
</rss>

