<?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: Could someone explain this behavior? in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Could-someone-explain-this-behavior/m-p/2299475#M56757</link>
    <description>&lt;P&gt;A text string inside quotes is never blank.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I think you intend to write something more like this:&lt;/P&gt;
&lt;LI-CODE lang="php"&gt;Column2 =
IF (
    SELECTEDVALUE ( Auswertungen[Basisinfo:HatKontroverse] ) &amp;lt;&amp;gt; BLANK (),
    "https://www.dropbox.com/s/[...]"
)&lt;/LI-CODE&gt;</description>
    <pubDate>Mon, 24 Jan 2022 22:15:59 GMT</pubDate>
    <dc:creator>AlexisOlson</dc:creator>
    <dc:date>2022-01-24T22:15:59Z</dc:date>
    <item>
      <title>Could someone explain this behavior?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Could-someone-explain-this-behavior/m-p/2298890#M56707</link>
      <description>&lt;P&gt;I have a matrix. Some companies have problems. I display an ExclamationMark only for those 2 companies which actually have problems if I drag "Column1:HatKontroverse" into the matrix.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt; Matrix:&lt;/P&gt;&lt;P&gt;Logo - Column1:HatKontroverse - Column2 [ignore for now]&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; [is correct]&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; [is wrong!]&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;However, if I try to get this via measure, it does not work as expected: If I drag my measure containing an "IF" into the matrix, erroneously an ExclamationMark is displayed for ALL 3 of the companies!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Measure:&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;Matrix:&lt;/P&gt;&lt;P&gt;Logo - Column1:HatKontroverse - Column2:HatKontroverse&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;[see pic1: is correct]&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; [is wrong!]&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;How do I formulate the Measure correctly?&lt;/P&gt;&lt;P&gt;What "don`t I get"? I notice "Values: FirstColumn1..." vs. No-such-thing for my measure...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Within the data model it is like this:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jan 2022 15:38:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Could-someone-explain-this-behavior/m-p/2298890#M56707</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-01-24T15:38:32Z</dc:date>
    </item>
    <item>
      <title>Re: Could someone explain this behavior?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Could-someone-explain-this-behavior/m-p/2299475#M56757</link>
      <description>&lt;P&gt;A text string inside quotes is never blank.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I think you intend to write something more like this:&lt;/P&gt;
&lt;LI-CODE lang="php"&gt;Column2 =
IF (
    SELECTEDVALUE ( Auswertungen[Basisinfo:HatKontroverse] ) &amp;lt;&amp;gt; BLANK (),
    "https://www.dropbox.com/s/[...]"
)&lt;/LI-CODE&gt;</description>
      <pubDate>Mon, 24 Jan 2022 22:15:59 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Could-someone-explain-this-behavior/m-p/2299475#M56757</guid>
      <dc:creator>AlexisOlson</dc:creator>
      <dc:date>2022-01-24T22:15:59Z</dc:date>
    </item>
  </channel>
</rss>

