Forum Discussion

Gikho's avatar
Gikho
Frequent Visitor
6 years ago
Solved

Running rate

Hello, I'm trying to get the cumulative rate of a measure without succes. I have 2 tables with both a week column, and the number of orders on a second column. I created a measure to get a ratio...
  • v-eachen-msft's avatar
    6 years ago

    Hi Gikho ,

     

    You could replace "ALLSELECTED('Table 1'[Week])" with "ALL('Table 1')" in your second measure.

    Here is the result.