Announcements
Hello,
I am building an App to collect purchase orders form customers. In this app, my requirement is that the customer can select week number for expected delivery and not specific date. Is it possible with PowerApp that I can create Date Picker specifically with week numbers only.
I am expecting this should look like this if possible and use can change week numbers by clicking on arrows.
Thank you very much!!
Hi @Vishal_Parekar :
Could you please show me your requirements in detail?
Do you want to select a week number with the 'Week Number Picker' and then add the number of days('week numbers X 7') to a specific date, and then display this number on a date picker?
Best Regards,
Bof
Hello @v-bofeng-msft ,
Thank you for reply. I want to select a week number with the 'Week Number Picker' and record that week number while customer submitting customer order.
Vishal
I've made a test for your reference:1\Add a left arrow and set it's OnSelect property to:
If(TheWeekNum>1,Set(TheWeekNum,TheWeekNum-1))
2\Add a right arrow and set it's OnSelect property to:
Set(TheWeekNum,TheWeekNum+1)
3\Add a label control and set it's text property to:
"KW"&TheWeekNum
@v-bofeng-msft It worked as expected!! Thank you very much 🙂
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 421 Most Valuable Professional
11manish 153 Super User 2026 Season 2
MS.Ragavendar 116 Super User 2026 Season 2