Forum Discussion
Can't add Data fields to Tooltips on Map
- Anonymous2 years ago
I found a solution. In my model implicit measures were disabled because I was using incremental refresh. I created explicit measures to use in the tooltips.
e.g. Tooltip Store = first (store),
Tooltip SalesPerson = first (salesperson), etc.
Good news and bad news. The good news is that I rebuilt the entire data model, and tooltips work now.
The bad news... we may never know why they weren't working in the first place.
Thanks for your help.
I am facing the same issue right now, extremely frustrating, I can't seem to solve it, the only thing I can think of is to rebuild the whole model.
- Anonymous2 years agoNot applicable
I found a solution. In my model implicit measures were disabled because I was using incremental refresh. I created explicit measures to use in the tooltips.
e.g. Tooltip Store = first (store),
Tooltip SalesPerson = first (salesperson), etc.
- IP_Kornel2 years agoFrequent Visitor
This is crazy but it helped... I used a dummy measure = FIRSTNONBLANK(column, TRUE())
- lbendlin2 years agoSuper User
implicit measures were disabled because I was using incremental refreshno, that's not the reason. Likely because you set it in the options ("discourage implicit measures") or because you use calculation groups.