Forum Discussion
toum
Helper II
2 years agoChart 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
Super User
2 years agotoum , Use the measure on the tooltip or title and try
if(isinscope(Table[Code]), "Code", "Category")