Forum Discussion

Snagalapur's avatar
Snagalapur
Helper IV
1 year ago
Solved

Tool tip Format in Line chart

Hi ,  Please suggest how to display tooltip in Million format in Line chart Ex: 369.6 M    
  • Bhavnish's avatar
    1 year ago
    1. Go to modelling pane
    2. create column
    3. Insert this formula in the formula bar :TOOLTIPCOLUMN = FORMAT(TooltipTableName[TooltipColumnName], "#,0,,M")
    4. use the tooltipcolumn as the tooltip
    5.(optional) Remove the orignal column that you created a toooltip from to reduce model size