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

 

 

  • 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

6 Replies

  • Anonymous's avatar
    Anonymous
    Not applicable

    Snagalapur ,

    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

  • Anonymous's avatar
    Anonymous
    Not applicable

    Hi Snagalapur 
    Thank you for reaching out microsoft fabric community forum.

    May I ask if you have resolved this issue? If so, please mark the helpful reply and accept it as the solution. This will be helpful for other community members who have similar problems to solve it faster.

    Thank you.

  • Anonymous's avatar
    Anonymous
    Not applicable

    Hi Snagalapur 
    I wanted to check if you had the opportunity to review the information provided by Anonymous . Please feel free to contact us if you have any further questions. If his response has addressed your query, please accept it as a solution and give a 'Kudos' so other members can easily find it.
    Thank you.

  • Anonymous's avatar
    Anonymous
    Not applicable

    Hi Snagalapur 
    I hope this information is helpful. Please let me know if you have any further questions or if you'd like to discuss this further. If this answers your question, please Accept it as a solution and give it a 'Kudos' so others can find it easily.
    Thank you.

  • Bhavnish's avatar
    Bhavnish
    Frequent 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
  • Bhavnish's avatar
    Bhavnish
    Frequent 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