<?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: How to Create arrows showing increase and decrease of value in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/How-to-Create-arrows-showing-increase-and-decrease-of-value/m-p/3009820#M40646</link>
    <description>&lt;P&gt;Is there a way to apply conditions based on columns?&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 09 Jan 2023 21:14:11 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2023-01-09T21:14:11Z</dc:date>
    <item>
      <title>How to Create arrows showing increase and decrease of value</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-to-Create-arrows-showing-increase-and-decrease-of-value/m-p/3006088#M40619</link>
      <description>&lt;P&gt;Hello people,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I wanted to ask for help with a thing I am stuck on.&amp;nbsp; Using arrows, I need to show in the last column if the value has either increased or decreased. When tried conditional formatting, I was able to do the arrows pointing in upward direction showing increase in value but I am unable to show the downward arrow for decrease of value. I also tried DAX programming, but seems it didn't work either. Can someone here please guide me. Attaching my screenshot below for your reference.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="kamaths_2-1673019180929.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/851204i3E6D83FE6E82FEBF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="kamaths_2-1673019180929.png" alt="kamaths_2-1673019180929.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Jan 2023 15:33:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-to-Create-arrows-showing-increase-and-decrease-of-value/m-p/3006088#M40619</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-01-06T15:33:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to Create arrows showing increase and decrease of value</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-to-Create-arrows-showing-increase-and-decrease-of-value/m-p/3007240#M40626</link>
      <description>&lt;P&gt;Please provide sample data that covers your issue or question completely. &lt;BR /&gt;&lt;A href="https://community.powerbi.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-Forum/ba-p/963216" target="_blank"&gt;https://community.powerbi.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-Forum/ba-p/963216&lt;/A&gt; &lt;BR /&gt;Please show the expected outcome based on the sample data you provided. &lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://community.powerbi.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447523" target="_blank"&gt;https://community.powerbi.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447523&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 08 Jan 2023 03:19:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-to-Create-arrows-showing-increase-and-decrease-of-value/m-p/3007240#M40626</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2023-01-08T03:19:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to Create arrows showing increase and decrease of value</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-to-Create-arrows-showing-increase-and-decrease-of-value/m-p/3008125#M40633</link>
      <description>&lt;P&gt;Hi&amp;nbsp;@Anonymous&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Based on your description, I have created a simple sample:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="vjianbolimsft_0-1673244464736.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/851779iF963ECE69B7451A0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="vjianbolimsft_0-1673244464736.png" alt="vjianbolimsft_0-1673244464736.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Please try:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Measure2 = IF(SELECTEDVALUE('Table'[Prior Value])&amp;lt;SELECTEDVALUE('Table'[Current Value]),1,-1)&lt;/LI-CODE&gt;
&lt;P&gt;Then apply it to the visual -&amp;gt; conditional formatting:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="vjianbolimsft_1-1673244601524.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/851783iC73F37BE112CDBF9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="vjianbolimsft_1-1673244601524.png" alt="vjianbolimsft_1-1673244601524.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Jianbo Li&lt;/P&gt;
&lt;P&gt;If this post&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;helps&lt;/EM&gt;&lt;/STRONG&gt;, then please consider&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;Accept it as the solution&lt;/EM&gt;&lt;/STRONG&gt;&amp;nbsp;to help the other members find it more quickly.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jan 2023 06:10:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-to-Create-arrows-showing-increase-and-decrease-of-value/m-p/3008125#M40633</guid>
      <dc:creator>v-jianboli-msft</dc:creator>
      <dc:date>2023-01-09T06:10:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to Create arrows showing increase and decrease of value</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-to-Create-arrows-showing-increase-and-decrease-of-value/m-p/3009549#M40641</link>
      <description>&lt;P&gt;Hi There,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;Thanks for the solution, but not all rows are showing the right trends.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="kamaths_0-1673284973200.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/852139iB126DD5C3F6F86DC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="kamaths_0-1673284973200.png" alt="kamaths_0-1673284973200.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Below is the conditional formatting condition used by me:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="kamaths_1-1673285037412.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/852140iC588D2F7731A1E95/image-size/medium?v=v2&amp;amp;px=400" role="button" title="kamaths_1-1673285037412.png" alt="kamaths_1-1673285037412.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I would appreciate it if you help me out with the right condition, been stuck here for past 3 days.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jan 2023 17:24:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-to-Create-arrows-showing-increase-and-decrease-of-value/m-p/3009549#M40641</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-01-09T17:24:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to Create arrows showing increase and decrease of value</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-to-Create-arrows-showing-increase-and-decrease-of-value/m-p/3009628#M40642</link>
      <description>&lt;P&gt;in order for your measure to work correctly you need clean data.&amp;nbsp; Neither "NA"&amp;nbsp; nor "BBB+"&amp;nbsp; are numbers.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jan 2023 18:38:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-to-Create-arrows-showing-increase-and-decrease-of-value/m-p/3009628#M40642</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2023-01-09T18:38:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to Create arrows showing increase and decrease of value</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-to-Create-arrows-showing-increase-and-decrease-of-value/m-p/3009658#M40643</link>
      <description>&lt;P&gt;Hi, would you suggest null value in place of NA? also BBB is the Bond rating.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jan 2023 19:08:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-to-Create-arrows-showing-increase-and-decrease-of-value/m-p/3009658#M40643</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-01-09T19:08:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to Create arrows showing increase and decrease of value</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-to-Create-arrows-showing-increase-and-decrease-of-value/m-p/3009807#M40645</link>
      <description>&lt;P&gt;Use whatever data is appropriate in your scenario.&amp;nbsp; Don't mix numbers and text values.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jan 2023 21:02:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-to-Create-arrows-showing-increase-and-decrease-of-value/m-p/3009807#M40645</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2023-01-09T21:02:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to Create arrows showing increase and decrease of value</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-to-Create-arrows-showing-increase-and-decrease-of-value/m-p/3009820#M40646</link>
      <description>&lt;P&gt;Is there a way to apply conditions based on columns?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jan 2023 21:14:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-to-Create-arrows-showing-increase-and-decrease-of-value/m-p/3009820#M40646</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-01-09T21:14:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to Create arrows showing increase and decrease of value</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-to-Create-arrows-showing-increase-and-decrease-of-value/m-p/3010050#M40647</link>
      <description>&lt;P&gt;Hi&amp;nbsp;@Anonymous&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What does your raw data look like? You can use the &lt;STRONG&gt;if&lt;/STRONG&gt; function or &lt;STRONG&gt;switch&lt;/STRONG&gt; function for these two columns of data to return the comparison result as a value like 1, -1, and then do conditional formatting.&lt;/P&gt;
&lt;P&gt;For example:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Measure2 = IF(SELECTEDVALUE('Table'[Prior Value])&amp;lt;SELECTEDVALUE('Table'[Current Value]),1,-1)&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="background: white; margin: 7.5pt 0in 0in 0in;"&gt;&lt;SPAN&gt;Best Regards,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="background: white; margin: 7.5pt 0in 0in 0in;"&gt;&lt;SPAN&gt;Jianbo Li&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="background: white; margin: 7.5pt 0in 0in 0in;"&gt;&lt;SPAN&gt;If this post&amp;nbsp;&lt;STRONG&gt;&lt;I&gt;helps&lt;/I&gt;&lt;/STRONG&gt;, then please consider&amp;nbsp;&lt;STRONG&gt;&lt;I&gt;Accept it as the solution&lt;/I&gt;&lt;/STRONG&gt;&amp;nbsp;to help the other members find it more quickly.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jan 2023 01:22:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-to-Create-arrows-showing-increase-and-decrease-of-value/m-p/3010050#M40647</guid>
      <dc:creator>v-jianboli-msft</dc:creator>
      <dc:date>2023-01-10T01:22:19Z</dc:date>
    </item>
  </channel>
</rss>

