Forum Discussion
Snagalapur
1 year agoHelper IV
Tool tip Format in Line chart
Hi , Please suggest how to display tooltip in Million format in Line chart Ex: 369.6 M
- 1 year ago1. Go to modelling pane2. create column3. Insert this formula in the formula bar :TOOLTIPCOLUMN = FORMAT(TooltipTableName[TooltipColumnName], "#,0,,M")4. use the tooltipcolumn as the tooltip5.(optional) Remove the orignal column that you created a toooltip from to reduce model size
Bhavnish
1 year agoFrequent Visitor
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