Forum Discussion

toulou's avatar
toulou
Frequent Visitor
9 years ago
Solved

Dynamic Measure calculation using other Dynamic Measures and Filters

I have a created a measure table to to enable metric selection in visuals.    The table Measure_Select looks like this   MEASURE Measure 1 Measure 2   I am using this table to create a Measur...
  • toulou's avatar
    toulou
    9 years ago

    I am not quite sure why it is working now but somehow it does:

     

    Calc MoM YoY = Calculate(Measure_Select[Select A Measure],Period[Period]="ThisMonth")/Calculate(Measure_Select[Select A Measure],Period[Period]="MoM LastYearToDate")-1

     

    For some reason Calculate accepts the calculated measure now...