Forum Discussion
admin11
4 years agoMemorable Member
My expression 1-31 Day return wrong value
Hi All
I have a expression no error ,when it compute last 30 days out standing amount :-
_1_31 Day =
SUMX(
FILTER( AP ,
DATEDIFF(AP[AP Invoice Date], TODAY() , DAY) > 1
&&
DATEDIFF(AP[AP Invoice Date], TODAY() , DAY) <= 31
),
AP[Outstanding w/o Tax (LC)]
)
It return the wrong amount.
Hope some one can advise me where go wrong ?
below link is my PBI file :-
Paul Yeo
3 Replies
- Ashish_MathurSuper User
- admin11Memorable Member
thank you very much it work.
- Ashish_MathurSuper User
You are welcome.