<?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 SELECTEDVALUE function doesn't recognized in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/SELECTEDVALUE-function-doesn-t-recognized/m-p/809778#M5149</link>
    <description>&lt;P&gt;Hi to all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to create a new measure by using a selected value from a slicer. First i created a demo by deploying the model to local sql server which has supported compatibility level 1200 and can use SELECTEDVALUE function in power bi dax query. But after deploy the model to sql server in the server which has&amp;nbsp;supported compatibility level 1103 and get data in live connection mode couldn't see SELECTEDVALUE. So is it there a way to fix this situation? Thanks for any help.&lt;/P&gt;</description>
    <pubDate>Fri, 04 Oct 2019 08:21:32 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-10-04T08:21:32Z</dc:date>
    <item>
      <title>SELECTEDVALUE function doesn't recognized</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/SELECTEDVALUE-function-doesn-t-recognized/m-p/809778#M5149</link>
      <description>&lt;P&gt;Hi to all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to create a new measure by using a selected value from a slicer. First i created a demo by deploying the model to local sql server which has supported compatibility level 1200 and can use SELECTEDVALUE function in power bi dax query. But after deploy the model to sql server in the server which has&amp;nbsp;supported compatibility level 1103 and get data in live connection mode couldn't see SELECTEDVALUE. So is it there a way to fix this situation? Thanks for any help.&lt;/P&gt;</description>
      <pubDate>Fri, 04 Oct 2019 08:21:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/SELECTEDVALUE-function-doesn-t-recognized/m-p/809778#M5149</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-10-04T08:21:32Z</dc:date>
    </item>
    <item>
      <title>Re: SELECTEDVALUE function doesn't recognized</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/SELECTEDVALUE-function-doesn-t-recognized/m-p/810651#M5204</link>
      <description>&lt;P&gt;you can use the IF + HASONEVALUE combination, as explained here&lt;BR /&gt;&lt;A href="https://www.sqlbi.com/articles/using-the-selectedvalue-function-in-dax/" target="_blank"&gt;https://www.sqlbi.com/articles/using-the-selectedvalue-function-in-dax/&lt;/A&gt;&lt;/P&gt;&lt;PRE&gt;IF ( HASONEVALUE ( Table[column] ), VALUES ( Table[column] ), "default value" )&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 06 Oct 2019 17:54:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/SELECTEDVALUE-function-doesn-t-recognized/m-p/810651#M5204</guid>
      <dc:creator>Stachu</dc:creator>
      <dc:date>2019-10-06T17:54:30Z</dc:date>
    </item>
    <item>
      <title>Re: SELECTEDVALUE function doesn't recognized</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/SELECTEDVALUE-function-doesn-t-recognized/m-p/810917#M5216</link>
      <description>&lt;P&gt;Thanks so much for helping.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Oct 2019 06:13:05 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/SELECTEDVALUE-function-doesn-t-recognized/m-p/810917#M5216</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-10-07T06:13:05Z</dc:date>
    </item>
  </channel>
</rss>

