Forum Discussion
Stacked Back for Ranks
- Anonymous1 year ago
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 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.