Forum Discussion
aishak12
Helper IV
3 years agodynamic text for date slicer
All, I am trying to set up dyanmic text for my date filter. I was able to create the beginning year (2017). However I am not able to create one for the "end year" (2023). Any suggestions? ...
amitchandak
Super User
3 years agoaishak12 , You can have following measurs
Min = Minx(allselected(Date), Date[Year])
Max = Maxx(allselected(Date), Date[Year])
You can change table and column names as per need
- aishak123 years ago
Helper IV
My table name is Renewable and my column for date is EndDate. Can you please let me know what my measure would be?