Forum Discussion
toum
2 years agoHelper II
Chart selected X-Axis
Hello all, Could someone please tell me how I can create a measure that captures the displayed x-axis level in my case (whether it is at the category level or the code level)? I am using the char...
- 2 years ago
toum , Use the measure on the tooltip or title and try
if(isinscope(Table[Code]), "Code", "Category")
amitchandak
2 years agoSuper User
toum , Use the measure on the tooltip or title and try
if(isinscope(Table[Code]), "Code", "Category")