Forum Discussion

rania0808's avatar
rania0808
Regular Visitor
2 years ago

chart

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.

 

3 Replies

  • Anonymous's avatar
    Anonymous
    Not applicable

    Hi rania0808 ,

    Firstly , you can choose the Line chart:

    • In your Power BI report, click on the chart to activate it.
    • Navigate to the Format pane by selecting the paintbrush icon.
    • Expand the Markers section.
    • Here, you can choose Shape, and then select the triangle shape for your markers.

    Best Regards,

    Xianda Tang

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

    • rania0808's avatar
      rania0808
      Regular Visitor

      Thanks for your response Anonymous ! 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?

      • Anonymous's avatar
        Anonymous
        Not applicable

        Hi rania0808 ,

        You can use tooltips to display buy and sell signals.

        Measure = IF('table'[sell] = "▲","buy","sell")

        Then put it into tooltips

        Best Regards,

        Xianda Tang

        If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.