<?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: Display Image IF in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Display-Image-IF/m-p/2294304#M56508</link>
    <description>&lt;P&gt;Try using double quotes around the attribute:&lt;/P&gt;
&lt;LI-CODE lang="php"&gt;DisplayExclamation =
IF (
    'FaktStruktur'[Attribute] = "Basisinfo:KontroversenBeschreibung"
        &amp;amp;&amp;amp; 'FaktStruktur'[Value] &amp;lt;&amp;gt; BLANK,
    "https://www.dropbox.com/s/c2tcp28cyzg6pku/Ausrufezeichen-klein.png?raw=1"
)
&lt;/LI-CODE&gt;</description>
    <pubDate>Thu, 20 Jan 2022 21:33:45 GMT</pubDate>
    <dc:creator>AlexisOlson</dc:creator>
    <dc:date>2022-01-20T21:33:45Z</dc:date>
    <item>
      <title>Display Image IF</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Display-Image-IF/m-p/2293749#M56484</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to display an Image conditionally, but I have errors in my Syntax...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;DisplayExclamation =&lt;BR /&gt;IF(&lt;BR /&gt;'FaktStruktur'[Attribute] = 'Basisinfo:KontroversenBeschreibung' &amp;amp;&amp;amp; 'FaktStruktur'[Value] &amp;lt;&amp;gt; BLANK,&lt;BR /&gt;"&lt;A href="https://www.dropbox.com/s/c2tcp28cyzg6pku/Ausrufezeichen-klein.png?raw=1" target="_blank"&gt;https://www.dropbox.com/s/c2tcp28cyzg6pku/Ausrufezeichen-klein.png?raw=1&lt;/A&gt;"&lt;BR /&gt;)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it possible this way? DataCategory = ImageURL, so the display of the image itself is ok&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jan 2022 15:12:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Display-Image-IF/m-p/2293749#M56484</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-01-20T15:12:40Z</dc:date>
    </item>
    <item>
      <title>Re: Display Image IF</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Display-Image-IF/m-p/2294304#M56508</link>
      <description>&lt;P&gt;Try using double quotes around the attribute:&lt;/P&gt;
&lt;LI-CODE lang="php"&gt;DisplayExclamation =
IF (
    'FaktStruktur'[Attribute] = "Basisinfo:KontroversenBeschreibung"
        &amp;amp;&amp;amp; 'FaktStruktur'[Value] &amp;lt;&amp;gt; BLANK,
    "https://www.dropbox.com/s/c2tcp28cyzg6pku/Ausrufezeichen-klein.png?raw=1"
)
&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 20 Jan 2022 21:33:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Display-Image-IF/m-p/2294304#M56508</guid>
      <dc:creator>AlexisOlson</dc:creator>
      <dc:date>2022-01-20T21:33:45Z</dc:date>
    </item>
  </channel>
</rss>

