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
Anonymous
1 year agoNot applicable
Can you try this
1) Go to format panel, expand the data lable and select measure in series which would you have in M unit.
2)expand the value and make display unit is M.
3)Try using dax as format([Measure],"#,0,,.#M)
Regards,
SK