<?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: New Card Visiual : Not displaying Image in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/New-Card-Visiual-Not-displaying-Image/m-p/5185121#M188097</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried below formula but still it is not working.&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;BinaryImg1 =&lt;/SPAN&gt; &lt;SPAN&gt;if&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;[User_Image]&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;blank&lt;/SPAN&gt;&lt;SPAN&gt;(),&lt;/SPAN&gt;&lt;SPAN&gt;min&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Engineer_Not Found Image'&lt;/SPAN&gt;&lt;SPAN&gt;[BinaryImg_notfound]&lt;/SPAN&gt;&lt;SPAN&gt;),&lt;/SPAN&gt;&lt;SPAN&gt;[User_Image]&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;img /&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;am trying to get below image if user photo not found&lt;/DIV&gt;&lt;DIV&gt;&lt;img /&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chandrashekar B&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
    <pubDate>Tue, 19 May 2026 08:58:26 GMT</pubDate>
    <dc:creator>Chandrashekar</dc:creator>
    <dc:date>2026-05-19T08:58:26Z</dc:date>
    <item>
      <title>New Card Visiual : Not displaying Image</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/New-Card-Visiual-Not-displaying-Image/m-p/5183418#M188081</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;am trying to display photo in new card visiual and able to get it. However when &lt;STRONG&gt;user&lt;/STRONG&gt; is not available it should show blank image but it is not displaying it and it is taking last image from the list.&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;Regards,&lt;/P&gt;&lt;P&gt;Chandrashekar B&lt;/P&gt;</description>
      <pubDate>Fri, 15 May 2026 09:18:15 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/New-Card-Visiual-Not-displaying-Image/m-p/5183418#M188081</guid>
      <dc:creator>Chandrashekar</dc:creator>
      <dc:date>2026-05-15T09:18:15Z</dc:date>
    </item>
    <item>
      <title>Re: New Card Visiual : Not displaying Image</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/New-Card-Visiual-Not-displaying-Image/m-p/5183561#M188083</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="349843" data-lia-user-login="Chandrashekar" class="lia-mention lia-mention-user"&gt;Chandrashekar&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;This behaviour occurs because the New Card visual may cache the previously rendered image when the current record contains a blank or null Base64 image value. Instead of clearing the image, the visual continues showing the last successfully loaded image.&lt;BR /&gt;&lt;BR /&gt;As a workaround, you can replace blank image values with a transparent placeholder image instead of returning BLANK(). This forces the visual to refresh correctly and prevents the previous image from being reused.&lt;BR /&gt;&lt;BR /&gt;Example DAX:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;FixedImage =
IF(
ISBLANK([BinaryImg]) || [Engineer_Name] = "Image Not Found",
"data&amp;amp;colon;image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVQIHWP4////fwAJ+wP9KobjigAAAABJRU5ErkJggg==",
[BinaryImg]
)&lt;/LI-CODE&gt;
&lt;P&gt;After creating the column, set:&lt;BR /&gt;Column Tools → Data Category → Image URL&lt;BR /&gt;&lt;BR /&gt;This should display a blank image instead of repeating the previous employee image.&lt;BR /&gt;Relevant documentation:&lt;BR /&gt;• &lt;A href="https://learn.microsoft.com/power-bi/create-reports/power-bi-images-tables" target="_blank"&gt;https://learn.microsoft.com/power-bi/create-reports/power-bi-images-tables&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;• &lt;A href="https://learn.microsoft.com/power-bi/visuals/power-bi-visualization-card-visual-new-format-settings" target="_blank"&gt;https://learn.microsoft.com/power-bi/visuals/power-bi-visualization-card-visual-new-format-settings&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Hope this helps. If you have any questions regarding this, please feel free to reach out us. We will be happy to help.&lt;/P&gt;</description>
      <pubDate>Fri, 15 May 2026 12:27:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/New-Card-Visiual-Not-displaying-Image/m-p/5183561#M188083</guid>
      <dc:creator>v-kpoloju-msft</dc:creator>
      <dc:date>2026-05-15T12:27:49Z</dc:date>
    </item>
    <item>
      <title>Re: New Card Visiual : Not displaying Image</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/New-Card-Visiual-Not-displaying-Image/m-p/5184312#M188087</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="349843" data-lia-user-login="Chandrashekar" class="lia-mention lia-mention-user"&gt;Chandrashekar&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Use a blank image string, not text like Image Not Found.&lt;/P&gt;
&lt;PRE&gt;Photo Display =&lt;BR /&gt;VAR Img = SELECTEDVALUE(Table[BinaryImg])&lt;BR /&gt;RETURN&lt;BR /&gt;IF(&lt;BR /&gt;ISBLANK(Img),&lt;BR /&gt;BLANK(),&lt;BR /&gt;Img&lt;BR /&gt;)&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 18 May 2026 05:48:54 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/New-Card-Visiual-Not-displaying-Image/m-p/5184312#M188087</guid>
      <dc:creator>Kedar_Pande</dc:creator>
      <dc:date>2026-05-18T05:48:54Z</dc:date>
    </item>
    <item>
      <title>Re: New Card Visiual : Not displaying Image</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/New-Card-Visiual-Not-displaying-Image/m-p/5185031#M188096</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Thank you and sorry for late reply. I will check and get back to you on it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chandrashekar B&lt;/P&gt;</description>
      <pubDate>Tue, 19 May 2026 04:20:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/New-Card-Visiual-Not-displaying-Image/m-p/5185031#M188096</guid>
      <dc:creator>Chandrashekar</dc:creator>
      <dc:date>2026-05-19T04:20:12Z</dc:date>
    </item>
    <item>
      <title>Re: New Card Visiual : Not displaying Image</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/New-Card-Visiual-Not-displaying-Image/m-p/5185121#M188097</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried below formula but still it is not working.&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;BinaryImg1 =&lt;/SPAN&gt; &lt;SPAN&gt;if&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;[User_Image]&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;blank&lt;/SPAN&gt;&lt;SPAN&gt;(),&lt;/SPAN&gt;&lt;SPAN&gt;min&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Engineer_Not Found Image'&lt;/SPAN&gt;&lt;SPAN&gt;[BinaryImg_notfound]&lt;/SPAN&gt;&lt;SPAN&gt;),&lt;/SPAN&gt;&lt;SPAN&gt;[User_Image]&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;img /&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;am trying to get below image if user photo not found&lt;/DIV&gt;&lt;DIV&gt;&lt;img /&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chandrashekar B&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 19 May 2026 08:58:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/New-Card-Visiual-Not-displaying-Image/m-p/5185121#M188097</guid>
      <dc:creator>Chandrashekar</dc:creator>
      <dc:date>2026-05-19T08:58:26Z</dc:date>
    </item>
    <item>
      <title>Re: New Card Visiual : Not displaying Image</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/New-Card-Visiual-Not-displaying-Image/m-p/5186142#M188103</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Issue got resolved.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chandrashekar B&lt;/P&gt;</description>
      <pubDate>Wed, 20 May 2026 11:36:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/New-Card-Visiual-Not-displaying-Image/m-p/5186142#M188103</guid>
      <dc:creator>Chandrashekar</dc:creator>
      <dc:date>2026-05-20T11:36:42Z</dc:date>
    </item>
    <item>
      <title>Re: New Card Visiual : Not displaying Image</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/New-Card-Visiual-Not-displaying-Image/m-p/5186620#M188109</link>
      <description>&lt;P class=""&gt;&lt;SPAN&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="349843" data-lia-user-login="Chandrashekar" class="lia-mention lia-mention-user"&gt;Chandrashekar&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;Thank you for the update.&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;Glad to know the issue has been resolved. Please feel free to reach out if you need any further assistance.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=""&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 21 May 2026 04:01:27 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/New-Card-Visiual-Not-displaying-Image/m-p/5186620#M188109</guid>
      <dc:creator>v-kpoloju-msft</dc:creator>
      <dc:date>2026-05-21T04:01:27Z</dc:date>
    </item>
  </channel>
</rss>

