Skip to main content
Announcements
SYSTEM MAINTENANCE: Thurs., Sept. 19, 1 AM ET, Platform will be unavailable for approx. 60 minutes.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Dynamic date in label

I have 2 expression Date 1 =Date(maxstring({[Date1]} [DATE]), 'DD-MMM')  and Date 2 =Date(maxstring({[Date2]} [DATE]), 'DD-MMM')

I want to label my Change column as "Change between =Date(maxstring({[Date1]} [DATE]), 'DD-MMM') and =Date(maxstring({[Date2]} [DATE]), 'DD-MMM') " where the column dates will change according to what I select. How do I do it?

1 Reply
vinieme12
Champion III
Champion III

In the label field add expression with the equal sign

='Change between ' & Date(maxstring({[Date1]} [DATE]), 'DD-MMM') &' and ' & Date(maxstring({[Date2]} [DATE]), 'DD-MMM')

Vineeth Pujari
If a post helps to resolve your issue, please accept it as a Solution.