Announcements
Hi Team,
I need distinct current year-1 from a date column based on the dropdown selected for client.
Consider this:
@eka24
I want current year-1.That means 2021-1 =2020 from the date column based on the client selected from dropdown from client column.
Please show a screen shot of the current formula on the Items of the Dropdown
------------If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.
@eka24 .
This is the formula I am using now as dropdown, which allows user to select the year.
Distinct(Filter(SOC_Assessment_Responses,Client_Name = Dropdown1.Selected.Result),Year(Date)).Result
But I want to hardcode it to current year-1.
Try this:
Distinct(Filter(SOC_Assessment_Responses,Client_Name = Dropdown1.Selected.Result),Text(Date,"yyyy-m")).Result
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our community stars!
Expanding mentorship, skilling, and AI innovation
These are the community rock stars!
Stay up to date on forum activity by subscribing.
WarrenBelz 401 Most Valuable Professional
11manish 201 Super User 2026 Season 2
MS.Ragavendar 128 Super User 2026 Season 2