I have a parameter which uses the dataset below called SessionDate:
Select Distinct(Month([SessionDate])) as SessionMonth, DATENAME(month, SessionDate) as MonthNameFromTransactionSales
I want to now get the last day of that month and display it in a text box through an expression. Is this possible?