Forum Discussion
AMS_Pag
6 years agoFrequent Visitor
Getting upper date value in a slicer
Hi, I have a date slicer which filters the data based on two dates. I wanted to get the upper value selected in the slicer but I've not been able to get it. I tried this formula, picking it fr...
amitchandak
6 years agoSuper User
On a slicer date I typically able to get date
Date= MAXX (MyDateTable,ALLSELECTED ( MyDateTable[Date] ) )AMS_Pag
6 years agoFrequent Visitor
Unfortunately this DAX returns a compilation error... 😞
Do you have other suggestions?