This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreDid you hear? There's a new SQL AI Developer certification (DP-800). Start preparing now and be one of the first to get certified. Register now
I have the following data :
| Product | Rank | Amount |
| A | 1 | 100 |
| B | 1 | 100 |
| C | 2 | 150 |
| D | 2 | 150 |
| E | 2 | 150 |
| F | 3 | 200 |
I want to plot on X axis Rank, Y Axis Amount. And at the intersection (For example Rank 1, Amount 100, show A/B, for Rank 2, Amout 150 show C,D,E).
Can you please suggest visual for this?
Solved! Go to Solution.
Hi rajendraongole1 ,thanks for the quick reply, I'll add more.
Hi @JayRags ,
Regarding your question, I think you can use the line chart and tooltip page.
Create report tooltip pages in Power BI - Power BI | Microsoft Learn
Place a card visual in the tooltip page and create a measure using the following expression
Measure = CONCATENATEX('Table',[Product],"/")
Final output
Best Regards,
Wenbin Zhou
Hi rajendraongole1 ,thanks for the quick reply, I'll add more.
Hi @JayRags ,
Regarding your question, I think you can use the line chart and tooltip page.
Create report tooltip pages in Power BI - Power BI | Microsoft Learn
Place a card visual in the tooltip page and create a measure using the following expression
Measure = CONCATENATEX('Table',[Product],"/")
Final output
Best Regards,
Wenbin Zhou
This is Perfect!!!
Hi @JayRags - To visualize your data where you plot Rank on the X-axis, Amount on the Y-axis, and display the corresponding products at the intersection, you can use Power BI's Scatter Chart. The Scatter Chart allows for the plotting of distinct points with labels at the intersections, which is ideal for showing multiple products at the same coordinate.
you can also check the matrix visualization.
Hope it works.
Proud to be a Super User! | |
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 36 | |
| 33 | |
| 31 | |
| 21 | |
| 16 |
| User | Count |
|---|---|
| 66 | |
| 55 | |
| 31 | |
| 24 | |
| 23 |