scatterplot
7 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?Solved1KViews0likes1CommentDynamic Axis in Scatter Plot
I have been facing a challenge recently. In my company we are using Power bi Report server I'm trying to have a scatter plot with dynamic X and Y axis. This can be solved using Field Parameters but unfortunately it's not available in Power bi Report Server version May22. Example: Switch Case 1: Y axis : Cost (USD) X axis : Power(Horse Power) Switch Case 2: Y axis :Cost (Eur) X axis :Power (Kilowatt) Note: There can be multiple such currencies in Y axis. Also I don't want to use multiple visuals. Can you kindly let me know if there is solution to this with given constraint. Appreciate if you could help1.4KViews0likes1CommentMismatch in Scatter plot Visualization between PowerBI Desktop and Server
Hello Community - I'm trying to plot a scatter plot with 4 dimension - 1. Sales on X-axis 2. Returns on Y-axis 3. Metric on Size of the bubble 4. Transaction date on Play Axis When I build the visualization on my powerbi desktop, I'm successfully able to get the desired graph. Attaching screenshot. On clicking the bubble, I'm able to trace the path and historical data bubble appears at their respective data points and slightly translucent. When I try to publish the dashboard on powerbi server (I'm a premium member as well), the visualization doesn't behave the same way as it does on desktop. While I'm able to trace the path, the bubbles for historical data point apper on Y-axis rather than on their respective datapoints. Attaching the screenshot. Could anyone help me understand why there could be a difference in desktop Vs server? And how can I resolve the issue in powerbi server? Here is the snapshot of the underlying data. Below is the link to the powerbi file https://drive.google.com/file/d/1t-glF6NcDSg4umsI0THieNLYU6oB6WyY/view?usp=sharing550Views0likes0Commentsscatter 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