Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by watching the DP-600 session on-demand now through April 28th.
Learn moreJoin the FabCon + SQLCon recap series. Up next: Power BI, Real-Time Intelligence, IQ and AI, and Data Factory take center stage. All sessions are available on-demand after the live show. 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.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
| User | Count |
|---|---|
| 42 | |
| 37 | |
| 34 | |
| 21 | |
| 16 |
| User | Count |
|---|---|
| 65 | |
| 62 | |
| 31 | |
| 26 | |
| 25 |