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 char...
  • amitchandak's avatar
    2 years ago

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

     

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