<?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: What is the difference between Value and Selectedvalue? in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/What-is-the-difference-between-Value-and-Selectedvalue/m-p/3862300#M150878</link>
    <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;VALUE attempts&amp;nbsp;to converts a text to number. If success&amp;nbsp;it returns the number if not it returns error&lt;/LI&gt;
&lt;LI&gt;VALUES returns the distinct list of column available in the current filter context. So it generally&amp;nbsp;returns a single column table but if this table contains one distinct value it will automatically convert it to a scalar&amp;nbsp;value.&lt;/LI&gt;
&lt;LI&gt;SELECTEDVALUE ( 'Table'[Column] ) = IF ( HASONEVALUE ( 'Table'[Column] ), VALUES ( 'Table'[Column] ) )&lt;/LI&gt;
&lt;/UL&gt;</description>
    <pubDate>Tue, 23 Apr 2024 12:27:39 GMT</pubDate>
    <dc:creator>tamerj1</dc:creator>
    <dc:date>2024-04-23T12:27:39Z</dc:date>
    <item>
      <title>What is the difference between Value and Selectedvalue?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/What-is-the-difference-between-Value-and-Selectedvalue/m-p/3861874#M150864</link>
      <description />
      <pubDate>Tue, 23 Apr 2024 10:08:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/What-is-the-difference-between-Value-and-Selectedvalue/m-p/3861874#M150864</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-04-23T10:08:50Z</dc:date>
    </item>
    <item>
      <title>Re: What is the difference between Value and Selectedvalue?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/What-is-the-difference-between-Value-and-Selectedvalue/m-p/3862300#M150878</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;VALUE attempts&amp;nbsp;to converts a text to number. If success&amp;nbsp;it returns the number if not it returns error&lt;/LI&gt;
&lt;LI&gt;VALUES returns the distinct list of column available in the current filter context. So it generally&amp;nbsp;returns a single column table but if this table contains one distinct value it will automatically convert it to a scalar&amp;nbsp;value.&lt;/LI&gt;
&lt;LI&gt;SELECTEDVALUE ( 'Table'[Column] ) = IF ( HASONEVALUE ( 'Table'[Column] ), VALUES ( 'Table'[Column] ) )&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Tue, 23 Apr 2024 12:27:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/What-is-the-difference-between-Value-and-Selectedvalue/m-p/3862300#M150878</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2024-04-23T12:27:39Z</dc:date>
    </item>
  </channel>
</rss>

