<?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 How to add green up triangle in power bi without changing its color from formate tab. in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/How-to-add-green-up-triangle-in-power-bi-without-changing-its/m-p/4089221#M54665</link>
    <description>&lt;P&gt;Need to add green arrow inside the visual. Using unichar i can add one up arrow but that one is black. I want such unichar which have bydefault green color. Similary which we already have it for red down arrow i.e. 128315.&lt;/P&gt;</description>
    <pubDate>Thu, 08 Aug 2024 12:35:13 GMT</pubDate>
    <dc:creator>Sameer5858</dc:creator>
    <dc:date>2024-08-08T12:35:13Z</dc:date>
    <item>
      <title>How to add green up triangle in power bi without changing its color from formate tab.</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-to-add-green-up-triangle-in-power-bi-without-changing-its/m-p/4089221#M54665</link>
      <description>&lt;P&gt;Need to add green arrow inside the visual. Using unichar i can add one up arrow but that one is black. I want such unichar which have bydefault green color. Similary which we already have it for red down arrow i.e. 128315.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Aug 2024 12:35:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-to-add-green-up-triangle-in-power-bi-without-changing-its/m-p/4089221#M54665</guid>
      <dc:creator>Sameer5858</dc:creator>
      <dc:date>2024-08-08T12:35:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to add green up triangle in power bi without changing its color from formate tab.</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-to-add-green-up-triangle-in-power-bi-without-changing-its/m-p/4090168#M54670</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/612842"&gt;@Sameer5858&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Create a Measure with the Up Arrow:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;UpArrow = UNICHAR(9650) -- This is the black ▲ symbol
&lt;/LI-CODE&gt;
&lt;P&gt;You can create another measure that assigns a color based on the value. For example, to make the arrow green when certain conditions are met:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;ColorMeasure = IF([YourValue] &amp;gt; 0, "Green", "Black")
&lt;/LI-CODE&gt;
&lt;P&gt;Go to the “Format” pane. Expand the “Conditional formatting” section and choose “Font color”.Select the field that contains your conditional color logic (ColorMeasure).&lt;/P&gt;
&lt;P&gt;Workaround with Color using Emoji:&lt;/P&gt;
&lt;P&gt;If you're open to using emojis instead, you can use a green up arrow emoji (🟢&lt;span class="lia-unicode-emoji" title=":red_triangle_pointed_up:"&gt;🔺&lt;/span&gt;). The color may vary slightly depending on the platform, but it's green by default.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;UpArrow = "🟢&lt;span class="lia-unicode-emoji" title=":red_triangle_pointed_up:"&gt;🔺&lt;/span&gt;"
&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;hackcrr&lt;/P&gt;
&lt;P&gt;If I have answered your question,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;&lt;STRONG&gt;please mark my reply as solution&lt;/STRONG&gt;&lt;/EM&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;and&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;&lt;STRONG&gt;kudos to this post&lt;/STRONG&gt;&lt;/EM&gt;, thank you!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Aug 2024 23:06:54 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-to-add-green-up-triangle-in-power-bi-without-changing-its/m-p/4090168#M54670</guid>
      <dc:creator>hackcrr</dc:creator>
      <dc:date>2024-08-08T23:06:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to add green up triangle in power bi without changing its color from formate tab.</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-to-add-green-up-triangle-in-power-bi-without-changing-its/m-p/4091254#M54673</link>
      <description>&lt;P&gt;I need to use this perticular measure inside the measer with concatenate with other measures there i cannot able to use the conditional formatting or any other formatting. I used this perticular solution but not useful in my case. Thanks&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="1000128547.jpg" style="width: 3000px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1148002iF51D6D99609E5B7F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="1000128547.jpg" alt="1000128547.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Fri, 09 Aug 2024 08:50:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-to-add-green-up-triangle-in-power-bi-without-changing-its/m-p/4091254#M54673</guid>
      <dc:creator>Sameer5858</dc:creator>
      <dc:date>2024-08-09T08:50:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to add green up triangle in power bi without changing its color from formate tab.</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-to-add-green-up-triangle-in-power-bi-without-changing-its/m-p/4094859#M54707</link>
      <description>&lt;P&gt;Thanks for the reply from hackcrr&amp;nbsp;, please allow me to provide another insight:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Hi&amp;nbsp; &lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/612842"&gt;@Sameer5858&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Do you mean to display the bars in clustered bar chart with up and down arrows, you can check the following documented steps to use Error bars:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="vyangliumsft_0-1723451028886.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1149172iCBCC825E5B14D614/image-size/medium?v=v2&amp;amp;px=400" role="button" title="vyangliumsft_0-1723451028886.png" alt="vyangliumsft_0-1723451028886.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Refer to：&lt;/P&gt;
&lt;P&gt;&lt;A href="https://medium.com/@sajjadahmadi/visualizing-change-with-arrow-charts-in-power-bi-ea77e4675e5d" target="_blank"&gt;Visualizing Change with Arrow Charts in Power BI | by Sajjad Ahmadi | Medium&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://app.powerbi.com/view?r=eyJrIjoiNzI0ZmRhNzItODBkOC00MjU3LThkNTctNTMyNmY1MDMxYWRjIiwidCI6ImE2MWFhYzQ5LWQxNTctNGU2ZS1iMzU3LTA4YmU5MmY4NDA5YiIsImMiOjEwfQ%3D%3D" target="_blank"&gt;Microsoft Power BI&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Liu Yang&lt;/P&gt;
&lt;P&gt;If this post &lt;STRONG&gt;helps&lt;/STRONG&gt;, then please consider &lt;EM&gt;Accept it as the solution&lt;/EM&gt; to help the other members find it more quickly.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Aug 2024 08:24:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-to-add-green-up-triangle-in-power-bi-without-changing-its/m-p/4094859#M54707</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-08-12T08:24:07Z</dc:date>
    </item>
  </channel>
</rss>

