Forum Discussion
aishak12
3 years agoHelper IV
dynamic 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?
2 Replies
- amitchandakSuper User
aishak12 , 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
- aishak12Helper IV
My table name is Renewable and my column for date is EndDate. Can you please let me know what my measure would be?