Hi All,
Is there a way I can change the name of the fields in the legend?
In the graph, Fixed Rev%, Fixed Rev_2%, Fixed Rev_3% and Fixed Rev_4% are all parameter-driven calculated fields for 4 different user chosen titles.
For instance:
Fixed Rev% = percentOfTotal({Revenue_Title})
and Revenue_Title = sumIf(revenue, in({title_name}, ${Title})) and so on for all the fields.
The legend in the graph is not very clear and I’d like to show the chosen title name against each of the Fixed_Rev fields. How can I achieve this?
Thanks in advance!