Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I want to display MTD sales based on shipdate DD-MM-YYYY format.
May be like this:
Sum({<shipdate = {"$(='>=' & Date(MonthStart(Max(shipdate)), 'DD-MM-YYYY') & '<=' & Date(Max(shipdate), 'DD-MM-YYYY'))"}>}Measure)
May be like this:
Sum({<shipdate = {"$(='>=' & Date(MonthStart(Max(shipdate)), 'DD-MM-YYYY') & '<=' & Date(Max(shipdate), 'DD-MM-YYYY'))"}>}Measure)
Thanks