Hi All
I have a date prompt which am using it on a measure column with "Filter Using" function. The syntax am using is
The date prompt has "All Column Values" by default with multi select option.
With this syntax Filter( sales using order date=@{date_variable}) when I select multiple values, the columns works as expected but it fails when All Column Values is selected.
How do I make it work for All Column Values.
Thanks