Forum Discussion
Anonymous
6 years agoNot applicable
Dax/selectedvalue
Hi, Measure = IF ( YEAR ( SELECTEDVALUE('Calendar'[Date] )) = YEAR ( TODAY () ) && MONTH ( SELECTEDVALUE('Calendar'[Date] )) = MONTH ( TODAY () ), "Yes", "No" ) can anyone clar...
- 6 years ago
Hi,
Replace SELECTEDVALUE() with MIN().
Hope this helps.
Ashish_Mathur
Super User
6 years agoHi,
Replace SELECTEDVALUE() with MIN().
Hope this helps.