Hello,
It would be useful to have multiple values displayed in a label. For example, in a scatterplot it would be useful to select a point and display a batchID and the date it was created within the label. If there are multiple occurrences of the same marker on the scatterplot (one for each month for example), it would be helpful to differentiate through a second label without having to look at the tooltip.
Keon, many thanks for contributing. Please note that for scatterplots there is a workaround by using a custom expression on the Labels column, for example like this: "Store ID: " & [Store ID] & " Sales: " & [Class Sales] which lets you display values from multiple columns.