- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Stacked Back for Ranks
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
This is Perfect!!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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! | |

Helpful resources
User | Count |
---|---|
135 | |
123 | |
83 | |
61 | |
46 |