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

Community site session details

Session Id :
Power Apps - Power Apps Pro Dev & ISV
Suggested answer

Radio control

(2) ShareShare
ReportReport
Posted on by 8
Hello everyone,

Could you please tell me where I can configure the Item.Value (display field) for the Radio control in Power Apps? I can’t find the Value property in the Advanced pane. How do I set which column is shown?
 
Thank you 

I have the same question (0)
  • Suggested answer
    WarrenBelz Profile Picture
    151,135 Most Valuable Professional on at
    Radio control
    The control values themselves are in the Items (which is what I think you are referring to) and it is a Table with the column Value. Also the Default is what is displayed (if required) when first viewed.
     
    So for example if you wanted some colours in the Items, you would have
    ["Red", "Yellow", "Green", "Blue"]
    in there
     
    Please Does this answer your question if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider answering Yes to Was this reply helpful?
    Visit my blog
    Practical Power Apps    LinkedIn  
  • CU24092132-0 Profile Picture
    8 on at
    Radio control
    @WarrenBelz Thank you for your reply.
     
    I think I didn’t phrase my question well.

    As you can see in the screenshot, the table has two fields: Libelle and Value.

    The issue is that I can’t display Libelle—the control forces the Value column, as shown in the control’s code (I can’t get the control to display the Libellé column).
  • WarrenBelz Profile Picture
    151,135 Most Valuable Professional on at
    Radio control
    Looking at your current Items, all you need to do is have whatever you want displayed against the button in the Value field and then in the Update of the Data Card 
    rcPortLunette.Selected.Libelle
    Esentially you are reversing what you are trying to do - display the Value field and write the Libelle field to the data source.
     
    Please Does this answer your question if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider answering Yes to Was this reply helpful?
    Visit my blog
    Practical Power Apps    LinkedIn
  • CU24092132-0 Profile Picture
    8 on at
    Radio control
    Thanks for your reply.

    The control isn’t inside a Data Card, so the Update property isn’t available among its properties
  • WarrenBelz Profile Picture
    151,135 Most Valuable Professional on at
    Radio control
    Then instead of the Update - just use 
    rcPortLunette.Selected.Libelle
    to write back to whatever you are Patching to. The point I am making is that if your Items of the drop-down is (posting in Text here would have been helpful) is
    If(
       drpLangue.Selected.Value = "FR",
       Table(
          {
             Libelle : "Oui", 
             Value : "Oui"
          },
          {
             Libelle :"Non" , 
             Value : "Non"
          }
       ),
       Table(
          {
             Libelle :"Yes"
             Value: "Oui"
          },
          {
             Libelle: "No",
             Value: "Non" 
          }
       )
    )
    then the resulting table in the drop-down will present the Value column for the user to select, however you can then use the matching Libelle column to write back to your data source (as noted at the top). If these are the wrong way around (you want the show the current content of the Libelle column to the user) - just swap the values in the Items to the other field.
     
    Please Does this answer your question if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider answering Yes to Was this reply helpful?
    Visit my blog
    Practical Power Apps    LinkedIn  
  • WarrenBelz Profile Picture
    151,135 Most Valuable Professional on at
    Radio control
    A quick follow-up to see if you received the answer you were looking for. Happy to assist further if not.
     
    Please Does this answer your question if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider answering Yes to Was this reply helpful?
    Visit my blog
    Practical Power Apps    LinkedIn   

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

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Tom Macfarlan – Community Spotlight

We are honored to recognize Tom Macfarlan as our Community Spotlight for October…

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 839 Most Valuable Professional

#2
developerAJ Profile Picture

developerAJ 489

#3
Michael E. Gernaey Profile Picture

Michael E. Gernaey 397 Super User 2025 Season 2

Last 30 days Overall leaderboard