Forum Discussion

costing's avatar
costing
Frequent Visitor
2 years ago
Solved

Filter table column by measure value

I have a table my_table  below and a measure meas_a which takes on values a, b or c How can my time series visualisation using col_b (x-axis) and col_c (y-axis) be filtered by col_a = meas_a? ...
  • Anonymous's avatar
    Anonymous
    2 years ago

    HI costing,

    Measure expressions are calculated based on their row contents and group. If you want to invoke the specific calculation results in other measure formulas.
    It should be better to create variable with summarize function to reproduce the current row contents structures and you can invoke the measure in this variable table.

    Reference link:

    Measure Totals, The Final Word 

    Regards,

    Xiaoxin Sheng