Forum Discussion
Angads
Advocate I
3 years agoHelp with dax!
I want if select all is selected in date slicer it should show total sales for all dates, if no date selected it should show last date sales in date column and id any specific date selected it should...
tamerj1
Community Champion
3 years agoAngads
Better to present a sample with the expected results as this new explanation does not match with the first one. If I follow your new explanation literally then just use SUM ( Sheet1[Value] )
Angads
Advocate I
3 years agoI want total sales on card when i select "Select All" option in slicer.
or
if no date selected it should show last date sales in date column and id any specific date selected it should show sales for that dates. tamerj1