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 chart below in my report, and I need to determine, at each level, what is displayed on the x-axis.
toum , Use the measure on the tooltip or title and try
if(isinscope(Table[Code]), "Code", "Category")
1 Reply
- amitchandakSuper User
toum , Use the measure on the tooltip or title and try
if(isinscope(Table[Code]), "Code", "Category")