Forum Discussion

plukacsi's avatar
plukacsi
Icon for Helper I rankHelper I
8 years ago

Modify quarterly total with one extra month

Dear All,

 

i have a problem with one API which is my fact table. I am getting an actual month but also total quarterly LE in a quarter (=4 month). In this way I will have 4 month if I am in the actual quarter with closed month which is not the last month of the quarter, beacuse if I have the last month in the quarter closed as actual then LE numbers are disappearing. 

 

I would need a measure which could solve the deduction only from QTR Total till I am not in the last closed month of the quarter, ( after the second closed month of the QTR I will have 5 month in one QTR, 2 actuals and total last estimate on the last month for the entire QTR).  Is it possible to manually modify the QTR total based on some creteria?

 

Thank you for your quick help in advance!

 

BR,

Peter

 

 

2 Replies

  • v-jiascu-msft's avatar
    v-jiascu-msft
    Icon for Microsoft Employee rankMicrosoft Employee

    Hi plukacsi,

     

    Can you share a sample? Is the logic like below?

    Jan

    Feb

    Mar

    Apr    4 months, sum(Jan, Feb, Mar, Apr)

    May   5 months, sum(Jan, Feb, Mar, Apr, May)

    Jun    3 months, sum(Apr, May, Jun)

     

    Best Regards,

    Dale

    • plukacsi's avatar
      plukacsi
      Icon for Helper I rankHelper I

      Hi