Forum Discussion

jbjs5820's avatar
jbjs5820
Helper I
8 years ago
Solved

Rolling = Real + BGT

Hello,  I´m trying to calculate only a a Real + Budget.   The formula is = If( [Real]<>Blank();[REal];[BGT]   It gives me month to month what i want.   The Problem is in the End ( The sum is W...
  • Ashish_Mathur's avatar
    Ashish_Mathur
    8 years ago

    Hi,

     

    I removed the data field from the row labels and dragged Year and Month Name field from the DATA Table.  I modified the Rolling PDV formula to

     

    =if(HASONEVALUE(DATA[MonthName]),if([Real n Pdv]=Blank(),[BGT(JL)],[Real n Pdv]),SUMX(SUMMARIZE(DATA,[MonthName],"ABCD",if([Real n Pdv]=Blank(),[BGT(JL)],[Real n Pdv])),[ABCD]))

    Here's a screenshot