Forum Discussion
DAX_merchant
Helper II
1 year agoScatter plot data labels with x,y values
Hello, I have a scatter plot in Power BI. For context, this plot takes two measures, one for each axis. The measures represent sales for a certain time period per store (store field is in the leg...
- 1 year ago
Sure, Deneb is an option. Note that Deneb won't be able to tell measures from columns so you will have to provide all the necessary data points into the dataframe.
lbendlin
Super User
1 year agoAny idea if Deneb has a feature that allows the labels to be intelligently placed as to not overlap?
You would have to program the collision detection and avoidance yourself.
Or a way to match the label text color to the legend color?
yes, that's easy. Use the same color attribute
Will this act like any other visual, meaning when the report is refreshed, the data will load properly?
yes
What are the limitations here in terms of robustness to future changes?
it's open source - so you can choose to fork it if you are concerned. I have had a great experience so far. New Power BI centric features (formatting, interactivity) are being added all the time without impacting backward compatibility.
DAX_merchant
Helper II
1 year agoThank you. I will look into it more and I appreciate your help.