Forum Discussion
jbjs5820
Helper I
8 years agoRolling = 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
Super User
8 years agoUpload it to OneDrive/Google Drive or an other such service and share the download link.
jbjs5820
Helper I
8 years ago- Ashish_Mathur8 years ago
Super 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
- jbjs58208 years ago
Helper I
Thanks a lot!
- Ashish_Mathur8 years ago
Super User
You are welcome.