<?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 Up arrow and down arrow indication compare with different table Values. in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Up-arrow-and-down-arrow-indication-compare-with-different-table/m-p/2658461#M78721</link>
    <description>&lt;P&gt;I have two table&amp;nbsp; first table name called FInal and next table name called Template . both table table have &lt;STRONG&gt;Quantity&lt;/STRONG&gt;&amp;nbsp;column.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to compare both table value&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If FInal Quantity value is greater than Template&amp;nbsp;Quantity .&amp;nbsp; it should be&amp;nbsp; UP arrow .&lt;/P&gt;&lt;P&gt;if Final Quantity values is less the then&amp;nbsp;&amp;nbsp;Template&amp;nbsp;Quantity , it should be Down arrow .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i have tired the below code for background color but its not working.&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Color code = (&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;MAX&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;FINAL[Quantity]&lt;/SPAN&gt;&lt;SPAN&gt;)&amp;nbsp; &amp;gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;MAX&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;template[Quantity]&lt;/SPAN&gt;&lt;SPAN&gt;),"Green"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;MAX&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;FINAL[Quantity]&lt;/SPAN&gt;&lt;SPAN&gt;)&amp;nbsp; &amp;lt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;MAX&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;template[Quantity]&lt;/SPAN&gt;&lt;SPAN&gt;),&lt;/SPAN&gt;&lt;SPAN&gt;"Red"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;"Black"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;looking for support . thanks in advance&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
    <pubDate>Mon, 25 Jul 2022 08:34:00 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2022-07-25T08:34:00Z</dc:date>
    <item>
      <title>Up arrow and down arrow indication compare with different table Values.</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Up-arrow-and-down-arrow-indication-compare-with-different-table/m-p/2658461#M78721</link>
      <description>&lt;P&gt;I have two table&amp;nbsp; first table name called FInal and next table name called Template . both table table have &lt;STRONG&gt;Quantity&lt;/STRONG&gt;&amp;nbsp;column.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to compare both table value&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If FInal Quantity value is greater than Template&amp;nbsp;Quantity .&amp;nbsp; it should be&amp;nbsp; UP arrow .&lt;/P&gt;&lt;P&gt;if Final Quantity values is less the then&amp;nbsp;&amp;nbsp;Template&amp;nbsp;Quantity , it should be Down arrow .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i have tired the below code for background color but its not working.&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Color code = (&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;MAX&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;FINAL[Quantity]&lt;/SPAN&gt;&lt;SPAN&gt;)&amp;nbsp; &amp;gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;MAX&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;template[Quantity]&lt;/SPAN&gt;&lt;SPAN&gt;),"Green"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;MAX&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;FINAL[Quantity]&lt;/SPAN&gt;&lt;SPAN&gt;)&amp;nbsp; &amp;lt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;MAX&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;template[Quantity]&lt;/SPAN&gt;&lt;SPAN&gt;),&lt;/SPAN&gt;&lt;SPAN&gt;"Red"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;"Black"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;looking for support . thanks in advance&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 25 Jul 2022 08:34:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Up-arrow-and-down-arrow-indication-compare-with-different-table/m-p/2658461#M78721</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-07-25T08:34:00Z</dc:date>
    </item>
    <item>
      <title>Re: Up arrow and down arrow indication compare with different table Values.</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Up-arrow-and-down-arrow-indication-compare-with-different-table/m-p/2660476#M78872</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt; , You can create both arrow and color. Arrow using Unichar &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;/////Arrow &lt;BR /&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;&lt;BR /&gt;/////Arrow Color&lt;BR /&gt;Arrow color = &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, "green",&lt;BR /&gt;_change = 0, "blue",&lt;BR /&gt;_change &amp;lt; 0, "red"&lt;BR /&gt;)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Use arrow a measure and color in conditional formatting using field value option&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;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;refer if needed&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;BR /&gt;&lt;BR /&gt;&lt;A href="https://exceleratorbi.com.au/dax-unichar-function-power-bi/" target="_blank"&gt;https://exceleratorbi.com.au/dax-unichar-function-power-bi/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jul 2022 01:30:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Up-arrow-and-down-arrow-indication-compare-with-different-table/m-p/2660476#M78872</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2022-07-26T01:30:40Z</dc:date>
    </item>
    <item>
      <title>Re: Up arrow and down arrow indication compare with different table Values.</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Up-arrow-and-down-arrow-indication-compare-with-different-table/m-p/2660690#M78885</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="148838" data-lia-user-login="amitchandak" class="lia-mention lia-mention-user"&gt;amitchandak&lt;/a&gt;&amp;nbsp; thank you sir its worked&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jul 2022 04:26:53 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Up-arrow-and-down-arrow-indication-compare-with-different-table/m-p/2660690#M78885</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-07-26T04:26:53Z</dc:date>
    </item>
  </channel>
</rss>

