<?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 Displaying icon based on text value in a column in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Displaying-icon-based-on-text-value-in-a-column/m-p/2619446#M76239</link>
    <description>&lt;P&gt;Hello guys,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a column which stores file status as a text string called Status. I want to display only an icon based on this field value. I tried conditional formatting, but for values it doesn't show me the option of picking an icon.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am a complete newbie, but my idea was to add a numeric column Status value, based on the text value, and then in conditional formatting format style based on rules instead of values. How do I create that column, so that for example for text value X and Y it stores 1, and for Z it stores 2, for A it stores 3 etc.?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I should add that I am using live connection, so I can't just add a column, I think it needs to be a measure.&lt;/P&gt;</description>
    <pubDate>Tue, 05 Jul 2022 09:51:31 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2022-07-05T09:51:31Z</dc:date>
    <item>
      <title>Displaying icon based on text value in a column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Displaying-icon-based-on-text-value-in-a-column/m-p/2619446#M76239</link>
      <description>&lt;P&gt;Hello guys,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a column which stores file status as a text string called Status. I want to display only an icon based on this field value. I tried conditional formatting, but for values it doesn't show me the option of picking an icon.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am a complete newbie, but my idea was to add a numeric column Status value, based on the text value, and then in conditional formatting format style based on rules instead of values. How do I create that column, so that for example for text value X and Y it stores 1, and for Z it stores 2, for A it stores 3 etc.?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I should add that I am using live connection, so I can't just add a column, I think it needs to be a measure.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jul 2022 09:51:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Displaying-icon-based-on-text-value-in-a-column/m-p/2619446#M76239</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-07-05T09:51:31Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying icon based on text value in a column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Displaying-icon-based-on-text-value-in-a-column/m-p/2619565#M76249</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt; , You can create an unichar measure and use that as a measure &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;example&lt;/P&gt;
&lt;P&gt;Arrow = &lt;BR /&gt;var _change =[Net Sales YTD]-[Net Sales LYTD]&lt;BR /&gt;return&lt;BR /&gt;SWITCH (&lt;BR /&gt;TRUE(),&lt;BR /&gt;_change &amp;gt; 0, UNICHAR(9650),&lt;BR /&gt;_change = 0, UNICHAR(9654),&lt;BR /&gt;_change &amp;lt; 0, UNICHAR(9660)&lt;BR /&gt;)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;UNICHAR - Tool for Custom Icon Formatting: &lt;A href="https://www.youtube.com/watch?v=veCtfP8IhbI&amp;amp;list=PLPaNVDMhUXGaaqV92SBD5X2hk3TMNlHhb&amp;amp;index=50" target="_blank"&gt;https://www.youtube.com/watch?v=veCtfP8IhbI&amp;amp;list=PLPaNVDMhUXGaaqV92SBD5X2hk3TMNlHhb&amp;amp;index=50&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://exceleratorbi.com.au/conditional-formatting-using-icons-in-power-bi/" target="_blank"&gt;https://exceleratorbi.com.au/conditional-formatting-using-icons-in-power-bi/&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://community.powerbi.com/t5/Desktop/FORMAT-icon-set-for-use-in-a-data-card/td-p/811692" target="_blank"&gt;https://community.powerbi.com/t5/Desktop/FORMAT-icon-set-for-use-in-a-data-card/td-p/811692&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jul 2022 10:30:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Displaying-icon-based-on-text-value-in-a-column/m-p/2619565#M76249</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2022-07-05T10:30:10Z</dc:date>
    </item>
  </channel>
</rss>

