Forum Discussion
Scatter plot data labels with x,y values
- 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.
should be doable.
Please provide sample data that covers your issue or question completely, in a usable format (not as a screenshot).
Do not include sensitive information or anything not related to the issue or question.
If you are unsure how to upload data please refer to https://community.fabric.microsoft.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-Forum/ba-p/963216
Please show the expected outcome based on the sample data you provided.
Want faster answers? https://community.fabric.microsoft.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447523
- DAX_merchant1 year agoHelper II
Sample file can be found here:
The goal is for the data labels to not be A, B, C but the x, y coordinates
- lbendlin1 year agoSuper User
You may want to consider different visualizations. For example a ribbon chart
or a scatter plot/tornado chart a la Hans Rosling that shows both the current sales and the YoY trend per store - over time
Now for the bad news - the data labels can only ever be columns, not measures.
- DAX_merchant1 year agoHelper II
Unfortunately, I am only interested in the scatter.
Do you have any experience with Deneb / do you know if something simple like this is possible with that custom visual?