Forum Discussion

toum's avatar
toum
Helper II
2 years ago
Solved

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

  • toum , Use the measure on the tooltip or title and try

     

    if(isinscope(Table[Code]), "Code", "Category")