Want to get involved? We're always looking for ideas and content for Weekly Challenges.
SUBMIT YOUR IDEAA solution to last week's challenge can be found here.
To solve this week’s challenge, use Designer Desktop, Designer Cloud, Trifacta Classic, or Designer Cloud, Designer Experience.
Almost any data project will include dates. Working with dates is a common task and is important for downstream tasks such as reporting. In this week's challenge, we introduce another date manipulation you may encounter.
In this scenario, you distributed time-sensitive coupons to your customers, but never recorded their expiration dates. Customers must use them by the end of the month they were issued. Using the dataset provided, generate a column that finds the last day of the month from a given date. For example, for the date 3/13/23, your output is 3/31/23.
My Solution:
Output file has some incorrect results