We've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. 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! | |
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 |
|---|---|
| 57 | |
| 40 | |
| 36 | |
| 18 | |
| 18 |
| User | Count |
|---|---|
| 70 | |
| 67 | |
| 38 | |
| 34 | |
| 23 |