Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I want to format an expression to function when the following conditions are met
dimension = transDATE
first expression: =SUM({$<promoCDE={"Adult*"},}>}[Net Sold Qty])
second expression / condition = nwEVENTDTE = '11/21/2018'
How would I format this?
I'm not sure if I understood your request but here it is:
Sum({$<promoCDE={"Adult*"},nwEVENTDTE={"$(=Today())"}}>}[Net Sold Qty])
I'm not sure if I understood your request but here it is:
Sum({$<promoCDE={"Adult*"},nwEVENTDTE={"$(=Today())"}}>}[Net Sold Qty])