Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
hello
i have a table like this:
id | d Day | Sales |
---|---|---|
1 | 1 | 50 |
2 | 1 | 100 |
3 | 2 | 20 |
4 | 2 | 50 |
5 | 3 | 300 |
6 | 3 | 20 |
i want to show the user sum of sales for the days befor than the day number he give as an input, i wrote it but it doesn't work :
Sum ({ <[Sales]={">=0"} , [d Day]={"$(<=CD)"}>}[Sales])
any one knows what is the problem?
thank you
azizi
no it doesn't work
no it doesn't work
Hi,
Can you attached your sample file.
Regards
ASHFAQ
thank all! specially Jonathan.
[d Day]={"<=$(=CD)"}
Hi,
This should definitely work, if not attach your file
Sum ({ <[d Day]={'<=$(=CD)'}>}[Sales])
Regards,
Jagan.