<?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: Conditional select of unichar up and down arrows is not working in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Conditional-select-of-unichar-up-and-down-arrows-is-not-working/m-p/698792#M752</link>
    <description>&lt;PRE&gt;&amp;nbsp;&lt;/PRE&gt;&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="507" data-lia-user-login="parry2k" class="lia-mention lia-mention-user"&gt;parry2k&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is the link to the file. Kindly let me know if you are unable to access.&lt;/P&gt;&lt;P&gt;&lt;A href="https://hotnz-my.sharepoint.com/:u:/g/personal/anusha_hot_co_nz/EZQsu4WrHsxMiEsCI2sORg8B_qKOv4Qe_11RMlp3TfJv4g?e=TSi35z" target="_blank"&gt;https://hotnz-my.sharepoint.com/:u:/g/personal/anusha_hot_co_nz/EZQsu4WrHsxMiEsCI2sORg8B_qKOv4Qe_11RMlp3TfJv4g?e=TSi35z&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 23 May 2019 21:23:10 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-05-23T21:23:10Z</dc:date>
    <item>
      <title>Conditional select of unichar up and down arrows is not working</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Conditional-select-of-unichar-up-and-down-arrows-is-not-working/m-p/696651#M703</link>
      <description>&lt;P&gt;Hi all,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have to display unichar up and down arrows based on a measure.&amp;nbsp;&lt;/P&gt;&lt;P&gt;My DAX is as follws&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;percentagedifference = IF([YTD difference]&amp;gt;=0, UNICHAR(9650), UNICHAR(9660))&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Why is my output wrong.?&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;img /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 22 May 2019 05:10:54 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Conditional-select-of-unichar-up-and-down-arrows-is-not-working/m-p/696651#M703</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-05-22T05:10:54Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional select of unichar up and down arrows is not working</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Conditional-select-of-unichar-up-and-down-arrows-is-not-working/m-p/697100#M708</link>
      <description>&lt;P&gt;Anonymous&lt;/a&gt; are you adding perecentagedifference as column or measure? It has to be a measure.&lt;/P&gt;</description>
      <pubDate>Wed, 22 May 2019 10:33:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Conditional-select-of-unichar-up-and-down-arrows-is-not-working/m-p/697100#M708</guid>
      <dc:creator>parry2k</dc:creator>
      <dc:date>2019-05-22T10:33:13Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional select of unichar up and down arrows is not working</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Conditional-select-of-unichar-up-and-down-arrows-is-not-working/m-p/697655#M724</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Its a measure.&lt;/P&gt;&lt;P&gt;YTD difference used in percentagedifference is a measure too which is built up on two other measures.&lt;/P&gt;&lt;P&gt;thisyearYTD sales and lastYearYTD sales.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anusha.&lt;/P&gt;</description>
      <pubDate>Wed, 22 May 2019 22:11:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Conditional-select-of-unichar-up-and-down-arrows-is-not-working/m-p/697655#M724</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-05-22T22:11:31Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional select of unichar up and down arrows is not working</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Conditional-select-of-unichar-up-and-down-arrows-is-not-working/m-p/697711#M725</link>
      <description>&lt;P&gt;Anonymous&lt;/a&gt; weird, can you share pbix file with sample data, remove any sensitive information before sharing.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 23 May 2019 00:05:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Conditional-select-of-unichar-up-and-down-arrows-is-not-working/m-p/697711#M725</guid>
      <dc:creator>parry2k</dc:creator>
      <dc:date>2019-05-23T00:05:06Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional select of unichar up and down arrows is not working</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Conditional-select-of-unichar-up-and-down-arrows-is-not-working/m-p/698792#M752</link>
      <description>&lt;PRE&gt;&amp;nbsp;&lt;/PRE&gt;&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="507" data-lia-user-login="parry2k" class="lia-mention lia-mention-user"&gt;parry2k&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is the link to the file. Kindly let me know if you are unable to access.&lt;/P&gt;&lt;P&gt;&lt;A href="https://hotnz-my.sharepoint.com/:u:/g/personal/anusha_hot_co_nz/EZQsu4WrHsxMiEsCI2sORg8B_qKOv4Qe_11RMlp3TfJv4g?e=TSi35z" target="_blank"&gt;https://hotnz-my.sharepoint.com/:u:/g/personal/anusha_hot_co_nz/EZQsu4WrHsxMiEsCI2sORg8B_qKOv4Qe_11RMlp3TfJv4g?e=TSi35z&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 23 May 2019 21:23:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Conditional-select-of-unichar-up-and-down-arrows-is-not-working/m-p/698792#M752</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-05-23T21:23:10Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional select of unichar up and down arrows is not working</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Conditional-select-of-unichar-up-and-down-arrows-is-not-working/m-p/698793#M753</link>
      <description>&lt;P&gt;Anonymous&lt;/a&gt; not able to download, it says to login with an account.&lt;/P&gt;</description>
      <pubDate>Thu, 23 May 2019 21:36:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Conditional-select-of-unichar-up-and-down-arrows-is-not-working/m-p/698793#M753</guid>
      <dc:creator>parry2k</dc:creator>
      <dc:date>2019-05-23T21:36:01Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional select of unichar up and down arrows is not working</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Conditional-select-of-unichar-up-and-down-arrows-is-not-working/m-p/700050#M781</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="507" data-lia-user-login="parry2k" class="lia-mention lia-mention-user"&gt;parry2k&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Are you able access this link.?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://drive.google.com/file/d/1fULUmIrzCm7LKUmFTdz02fff3REgckQd/view?usp=sharing" target="_blank"&gt;https://drive.google.com/file/d/1fULUmIrzCm7LKUmFTdz02fff3REgckQd/view?usp=sharing&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 26 May 2019 21:16:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Conditional-select-of-unichar-up-and-down-arrows-is-not-working/m-p/700050#M781</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-05-26T21:16:45Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional select of unichar up and down arrows is not working</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Conditional-select-of-unichar-up-and-down-arrows-is-not-working/m-p/700159#M782</link>
      <description>&lt;P&gt;Looks like you have created p&lt;SPAN&gt;ercentagedifference as a Calculated Column instead of a Measure. Change it to a measure and it should work fine.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 27 May 2019 04:26:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Conditional-select-of-unichar-up-and-down-arrows-is-not-working/m-p/700159#M782</guid>
      <dc:creator>AkhilAshok</dc:creator>
      <dc:date>2019-05-27T04:26:45Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional select of unichar up and down arrows is not working</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Conditional-select-of-unichar-up-and-down-arrows-is-not-working/m-p/700161#M783</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="84482" data-lia-user-login="AkhilAshok" class="lia-mention lia-mention-user"&gt;AkhilAshok&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks a lot mate. I cant believe i have made such an unnoticed silly mistake.&lt;/P&gt;&lt;P&gt;I was under an impression i made a measure.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 27 May 2019 04:31:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Conditional-select-of-unichar-up-and-down-arrows-is-not-working/m-p/700161#M783</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-05-27T04:31:36Z</dc:date>
    </item>
  </channel>
</rss>

