Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
9 years ago
Solved

Edit Tooltip

Hi folks,   I need to edit the tooltip. Having said, for example, I would like the money could be displayed in Millons and not the whole number as the pic below or to rewrite the way that the toolt...
  • MFelix's avatar
    9 years ago
    Hi Anonymous,

    I believe that for now there aren't any format options in the tooltips, one option can be to make measure using the FORMAT function that would allow you to do custom format.

    For example:
    Expected Net Value = FORMAT( (Expected value/1000000), "###.## M")

    Regards,
    MFelix