Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
8 years ago
Solved

Running 12 month Total with Condition

Hi,   I want to create a measure to calculate "Total shipment count for running 12 months". But the condition is if there are multiple shipment(i.e. >1) in same Month&Year(eg. for December 2017 the...
  • v-juanli-msft's avatar
    v-juanli-msft
    8 years ago

    Hi Anonymous

    As tested, when i add a measure in the SUMX function, it shows the same value as yours.

    Measure 3 = SUMX(DISTINCT(Table2),[Measure])

     

    Here is my pbix