<?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: chart in Report Server</title>
    <link>https://community.fabric.microsoft.com/t5/Report-Server/chart/m-p/3923868#M34940</link>
    <description>&lt;P&gt;&lt;SPAN class=""&gt;Thanks for your response Anonymous&lt;/LI-USER&gt;&amp;nbsp;! I actually implemented the triangle markers before. However, I'm still facing difficulty in distinguishing between buy and sell signals even with this setup. Do you have any other recommendations to address this issue?&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 16 May 2024 11:33:10 GMT</pubDate>
    <dc:creator>rania0808</dc:creator>
    <dc:date>2024-05-16T11:33:10Z</dc:date>
    <item>
      <title>chart</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/chart/m-p/3921699#M34927</link>
      <description>&lt;P&gt;Hi, I have a transaction type (sell or buy) and I've incorporated it into info bubbles to mark it on the curve. However, I'm having trouble determining whether it signifies a signal to sell or buy. I need guidance on how to create this triangle to discern the type.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 May 2024 21:01:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/chart/m-p/3921699#M34927</guid>
      <dc:creator>rania0808</dc:creator>
      <dc:date>2024-05-15T21:01:47Z</dc:date>
    </item>
    <item>
      <title>Re: chart</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/chart/m-p/3922349#M34932</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="743692" data-lia-user-login="rania0808" class="lia-mention lia-mention-user"&gt;rania0808&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Firstly , you can choose the Line chart:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;In your Power BI report, click on the chart to activate it.&lt;/LI&gt;
&lt;LI&gt;Navigate to the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Format&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;pane by selecting the paintbrush icon.&lt;/LI&gt;
&lt;LI&gt;Expand the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Markers&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;section.&lt;/LI&gt;
&lt;LI&gt;Here, you can choose&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Shape&lt;/STRONG&gt;, and then select the triangle shape for your markers.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Best Regards,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Xianda Tang&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If this post &lt;EM&gt;&lt;STRONG&gt;helps&lt;/STRONG&gt;&lt;/EM&gt;, then please consider &lt;EM&gt;&lt;STRONG&gt;Accept it as the solution&lt;/STRONG&gt;&lt;/EM&gt; to help the other members find it more quickly.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 16 May 2024 05:19:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/chart/m-p/3922349#M34932</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-05-16T05:19:13Z</dc:date>
    </item>
    <item>
      <title>Re: chart</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/chart/m-p/3923868#M34940</link>
      <description>&lt;P&gt;&lt;SPAN class=""&gt;Thanks for your response Anonymous&lt;/a&gt;&amp;nbsp;! I actually implemented the triangle markers before. However, I'm still facing difficulty in distinguishing between buy and sell signals even with this setup. Do you have any other recommendations to address this issue?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 16 May 2024 11:33:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/chart/m-p/3923868#M34940</guid>
      <dc:creator>rania0808</dc:creator>
      <dc:date>2024-05-16T11:33:10Z</dc:date>
    </item>
    <item>
      <title>Re: chart</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/chart/m-p/3931467#M34981</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="743692" data-lia-user-login="rania0808" class="lia-mention lia-mention-user"&gt;rania0808&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;You can use tooltips to display buy and sell signals.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Measure = IF('table'[sell] = "▲","buy","sell")&lt;/LI-CODE&gt;
&lt;P&gt;Then put it into tooltips&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Best Regards,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Xianda Tang&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If this post &lt;EM&gt;&lt;STRONG&gt;helps&lt;/STRONG&gt;&lt;/EM&gt;, then please consider &lt;EM&gt;&lt;STRONG&gt;Accept it as the solution&lt;/STRONG&gt;&lt;/EM&gt; to help the other members find it more quickly.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 May 2024 06:25:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/chart/m-p/3931467#M34981</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-05-20T06:25:09Z</dc:date>
    </item>
  </channel>
</rss>

