Forum Discussion

newyorker's avatar
newyorker
Icon for Helper I rankHelper I
6 years ago
Solved

Cannot add a text column to the tooltips field

Hi folks, I am working with a simple standard pie chart. I am trying to add a column to the "Tooltips" field but it just won't work. To the left, is how it works on all other models. But this speci...
  • AnonymousPerson's avatar
    AnonymousPerson
    4 years ago

    newyorker Old thread, but do your models use calculation groups?  If so, that's the cause of your issue. Calculation groups force "implicit measures" to be turned off throughout the entire model. Tooltips with column values (as opposed to measures) are Implicit Measures. 

     

    You could just create a measure for what you need to do in your tooltip, using a function like FIRST()