Standard Deviation in DAX Help

Answered Standard Deviation in DAX Help

  • mercredi 25 avril 2012 20:10
     
     

    I have the following Standard Deviation formula which i calculated using 3 different measures and combining them into one. 

    "SQ((SQ(QTY Issued From Store - Daily Rolling Run Rate)
    +SQ(QTY Issued From Store - Daily Rolling Run Rate)
    +SQ(QTY Issued From Store - Daily Rolling Run Rate)
    +SQ(QTY Issued From Store - Daily Rolling Run Rate))
    /'User Table'[Table1]')"

    1St Measure: QTY Issued From Store - Daily Rolling Run Rate

    2nd Measuer: SQ(1St Measure) +SQ(1St Measure) +SQ(1St Measure) +SQ(1St Measure)

    3rd measure: SQ((2nd measuer/'user Table'[table1]))

    Here the user table is the days table unrelated to fact and dimensions where in user will choose the days of choice and the standard deviaiton will be divided by the number of days choosen.

    The problem is that the formula is taking tooo long in order to get calculated. Any help in modifying the abover query helpful. Thanks.


    Words offer the means to meaning, and for those who will listen, the enunciation of truth - V for Vendetta.

Toutes les réponses