Forum Discussion
jbjs5820
8 years agoHelper I
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...
- 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
Ashish_Mathur
8 years agoSuper User
Hi,
OK. I get it now. Please share the link from where i can download your file.
jbjs5820
8 years agoHelper I
do you need the file?
How can i share the file?
- Ashish_Mathur8 years agoSuper User
Upload it to OneDrive/Google Drive or an other such service and share the download link.
- jbjs58208 years agoHelper I
- Ashish_Mathur8 years agoSuper User
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