An Azure service for ingesting, preparing, and transforming data at scale.
Hi Team,
Use below Date Function in azure Data Factory, you can modify from below example and use as per your requirement
Date Function: subtractFromTime
Use: Subtract a number of time units from a timestamp. See also getPastTime.
example : I want endOfMonth for my scenario then I am using below case
@adddays(startOfMonth(subtractFromTime(formatDateTime('2024-02-15'), -1, 'Month)), -1)
Answer: 2024-02-29
Please do not forget to "Accept the answer" wherever the information provided helps you to help others in the community.
Thanks,
Krishna Tapse, India