Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

Hierarchy slicer Calculation

Hi there, Now when the Slicer got update to Hierarchy slicer in the old days I did Calculate( sum(table[column]), filter (Table,column = Selected slicer1 value), filter (table,Column = Selecte...
  • SivaMani's avatar
    6 years ago

    Anonymous,

     

    Here is the solution,

    Calculate(
    sum(table[column]),
    filter (Table,column = Selectedvalue(Stage City)),

    filter (table,Column = Selectedvalue(Color ))

     

    You no need to change your existing approach for these cases since we are referencing the column value. So It will work fine!