<?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 DAX measure does not return the same value more than 1 time in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-measure-does-not-return-the-same-value-more-than-1-time/m-p/3160359#M113471</link>
    <description>&lt;P&gt;Hey everyone,&lt;BR /&gt;&lt;BR /&gt;So, the problem is that a fairly simple measure does not return a value twice or more if the value of &lt;STRONG&gt;'Measure 1'&lt;/STRONG&gt;&amp;nbsp;is same:&lt;/P&gt;&lt;LI-CODE lang="python"&gt;MFR = 

DIVIDE (
         SELECTEDVALUE('Table'[FR]), 12
)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&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;&lt;img /&gt;&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;As you can see, after returning 8 once, it doesn't do anything until it gets 9, then 10. There are three 10 values, and it returns only one of them. Same issue with other values.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How do I fix it so it could return values?&lt;/P&gt;</description>
    <pubDate>Wed, 29 Mar 2023 09:07:22 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2023-03-29T09:07:22Z</dc:date>
    <item>
      <title>DAX measure does not return the same value more than 1 time</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-measure-does-not-return-the-same-value-more-than-1-time/m-p/3160359#M113471</link>
      <description>&lt;P&gt;Hey everyone,&lt;BR /&gt;&lt;BR /&gt;So, the problem is that a fairly simple measure does not return a value twice or more if the value of &lt;STRONG&gt;'Measure 1'&lt;/STRONG&gt;&amp;nbsp;is same:&lt;/P&gt;&lt;LI-CODE lang="python"&gt;MFR = 

DIVIDE (
         SELECTEDVALUE('Table'[FR]), 12
)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&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;&lt;img /&gt;&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;As you can see, after returning 8 once, it doesn't do anything until it gets 9, then 10. There are three 10 values, and it returns only one of them. Same issue with other values.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How do I fix it so it could return values?&lt;/P&gt;</description>
      <pubDate>Wed, 29 Mar 2023 09:07:22 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-measure-does-not-return-the-same-value-more-than-1-time/m-p/3160359#M113471</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-03-29T09:07:22Z</dc:date>
    </item>
    <item>
      <title>Re: DAX measure does not return the same value more than 1 time</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-measure-does-not-return-the-same-value-more-than-1-time/m-p/3160399#M113474</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;BR /&gt;Please provide sample of the data&lt;/P&gt;</description>
      <pubDate>Wed, 29 Mar 2023 09:22:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-measure-does-not-return-the-same-value-more-than-1-time/m-p/3160399#M113474</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2023-03-29T09:22:09Z</dc:date>
    </item>
    <item>
      <title>Re: DAX measure does not return the same value more than 1 time</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-measure-does-not-return-the-same-value-more-than-1-time/m-p/3162581#M113616</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;BR /&gt;Please try&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;MFR =
DIVIDE (
    CALCULATE ( SELECTEDVALUE ( 'Table'[FR] ), ALLSELECTED ( 'Date' ) ),
    12
)&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 30 Mar 2023 06:43:22 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-measure-does-not-return-the-same-value-more-than-1-time/m-p/3162581#M113616</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2023-03-30T06:43:22Z</dc:date>
    </item>
  </channel>
</rss>

