web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Add another option to ...
Power Apps
Answered

Add another option to option column sharepoint

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

Hello! 

As the title says, lets say I have an option column with 8 options, this column is to show how well did people perform in the month

Ivo_0-1672482561715.png

But lets say for example, I want to add a custom value in power apps, but not add it as an option in here, because its just for that month, how can I achieve this in power apps?

Am I explaying clear enough?

Thanks!

Categories:
  • Verified answer
    Drrickryp Profile Picture
    Super User 2024 Season 1 on at

    @Anonymous 

    If(
     Month(Today()) = 12, // set for the month you want to alter the choices
     Ungroup(
     Table(
     {_items: Table({Value: "December"})}, //Add the additional option here
     {_items: Choices(yourtable.yourchoicecolumn)}
     ),
     "_items"
     ),
     Choices(yourtable.yourchoicecolumn)
    )
  • Drrickryp Profile Picture
    Super User 2024 Season 1 on at

    @Anonymous 

    If(
     Month(Today()) = 12, // set for the month you want to alter the choices
     Ungroup(
     Table(
     {_items: Table({Value: "December"})}, //Add the additional option here
     {_items: Choices(yourtable.yourchoicecolumn)}
     ),
     "_items"
     ),
     Choices(yourtable.yourchoicecolumn)
    )
  • Drrickryp Profile Picture
    Super User 2024 Season 1 on at

    @Anonymous 

    Use the following for the Items property of a dropdown control:

     

    If(
     Month(Today()) = 12, // set for the month you want to alter the choices
     Ungroup(
     Table(
     {_items: Table({Value: "December"})}, //Add the additional option here, replace December
     {_items: Choices(yourtable.yourchoicecolumn)}
     ),
     "_items"
     ),
     Choices(yourtable.yourchoicecolumn)
    )

     

     

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.

Helpful resources

Quick Links

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 402 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 328

#3
WarrenBelz Profile Picture

WarrenBelz 296 Most Valuable Professional

Last 30 days Overall leaderboard