scatterplot
3 TopicsHow to Display Specific Fields in Power BI Scatter Plot Tooltips
I added a scatter plot to the canvas. I would like to be able to choose which fields appear in the window that emerges from the bubbles in my chart. It always defaults to the x-axis, y-axis and legend in the window. But I only want other fields to appear and not the ones that are already configured by default in power BI. In addition, I would like to be able to include the data of a field inside the bubbles. How can I do this?Solved1KViews0likes1Commentscatter shart deviding in 4 quadrants
is their a possibility to devide a scatter shart in 4 quadrants? I want to make a kraljic matrix / goldmine analysis. The chart needs to be devide in 4 quadrants based on the average. That is possible I know but then I want to give those 4 quadrants a color / name but that is nog possible I think?573Views0likes0CommentsOne Column, Many Variables - how to create a scatterplot
Hi All My data has as all variables (eg. revenue, costs, profit) in one column called Variables. In another column, I have all the data called Data. In another column, I have the respective company names, called Company_Names. I wish to create a scatterplot graph, Revenue on x-axis and Costs on y-axis, with Company_names show per data point. How can I create this? Thank you