Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowGet inspired! Check out the entries from the Power BI DataViz World Championships preliminary rounds and give kudos to your favorites. View the vizzies.
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.
Hi @rania0808 ,
Firstly , you can choose the Line chart:
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.
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?
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.
User | Count |
---|---|
7 | |
4 | |
3 | |
2 | |
2 |
User | Count |
---|---|
6 | |
6 | |
5 | |
4 | |
4 |