Forum Discussion
Anonymous
7 years agoNot applicable
Get Non-Blank values
Hi Team,
How to get non blank values of the previous date in Power BI?
Regards, Pradeep
Anonymous Please add this as a New column
RunningTotal = CALCULATE(SUM([Count]),FILTER(Test283RunningTotal,[Date]<=EARLIER([Date]) && FORMAT([Date],"MMYYYY") = FORMAT(EARLIER([Date]),"MMYYYY")))
4 Replies
- PattemManoharCommunity Champion
Anonymous Sample test data and expected output please !!
- AnonymousNot applicable
Dear Manohar,
Please see the snapshot attached.
This should be on a monthly basis. We need to consider the non blank values of previous days and roll it up to get the summation.
Regards,
Pradeep
- PattemManoharCommunity Champion
Anonymous Please add this as a New column
RunningTotal = CALCULATE(SUM([Count]),FILTER(Test283RunningTotal,[Date]<=EARLIER([Date]) && FORMAT([Date],"MMYYYY") = FORMAT(EARLIER([Date]),"MMYYYY")))
- AnonymousNot applicable
Thanks Manohar.:smileyhappy: