Forum Discussion
mwadhwani
Kudo Kingpin
8 years agoCapture Date Range (Slicer: Relative) 1st and last date using DAX
Hi Experts, My report has following visual (Slicer : Relative). If I select last 2 months it shows the range at bottom of visul. I want to place this selected range from visual parallel to it. I ...
- Anonymous8 years ago
mwadhwani,
You can directly create the following two measures.
minselecteddate = MIN(d_Date[Data View Range])
maxselecteddate = MAX(d_Date[Data View Range])
Here is an example for your reference.
Regards,
Lydia
Anonymous
8 years agoNot applicable
mwadhwani,
You can directly create the following two measures.
minselecteddate = MIN(d_Date[Data View Range])
maxselecteddate = MAX(d_Date[Data View Range])
Here is an example for your reference.
Regards,
Lydia
hsantosh
Helper II
2 years agoHi
why for me its not working same DAX i also used, please reply