Hello there,
I want to show the unique month name in dropdown from filtered data which should be in ascending order.
can anyone please guide me on how to do the same?
Thanks in Advance.
@Laxmikant_Alle
Please post a screenshot of the data you want to shape in your dropdown. For a complete explanation of PowerApps date and time functions see @mdevaney 's blog here: https://www.matthewdevaney.com/all-power-apps-date-time-functions-with-examples/
For a dropdown with months and month number put
With( { data: RenameColumns( Calendar.MonthsLong(), "Value", "MonthName" ) }, ForAll( Sequence(12), Patch( Last( FirstN( data, Value ) ), {MonthNumber: Value} ) ) )
As the Items property of the dropdown.
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.
As AI tools become more common, we’re introducing a Responsible AI Use…
We are honored to recognize Telen Wang as our August 2025 Community…
These are the community rock stars!
Stay up to date on forum activity by subscribing.
WarrenBelz 688 Most Valuable Professional
Michael E. Gernaey 499 Super User 2025 Season 2
MS.Ragavendar 410 Super User 2025 Season 2