Change name of data label in pie chart

Hi, as mentioned above I would like to change the labels of the data (highlighted in red below) of a pie chart independently of the output of the database.

Currently Holistics always automatically takes the name of the value that the DB returns.

Hi Klom,

Currently we haven’t supported changing the legend label yet. However, we have already added your case into our product backlog, and will let you know when there is any further update on it.

For a workaround, we recommend you to create a custom dimension in Data Modeling and use CASE WHEN to change the label.
For example:
CASE WHEN {field} = ‘S’ then ‘Short’
ELSE ‘Long’
END.

Feel free to let us know if you need further support.
Thank you for using Holistics!

Just posted a detailed guide for this