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 / Text Switch with Calcu...
Power Apps
Answered

Text Switch with Calculate

(0) ShareShare
ReportReport
Posted on by

Hi, 

 

I have a Text Label that takes the value of a dropdown box in a form and assigns it a certain value based on the selection:

 

Text(Switch( ValueCount.Selected.Value, "0-5", 1, "6-50", 2, "51-100", 3, "100+", 5, 0), "0")

 

However, if the dropdown has multiple values, I would like them to be added together. So if "0-5" with a value of 1 is selected and "100+" with a value of 5 is selected, then the text label displays 6 rather than the most recently selected item.

Categories:
I have the same question (0)
  • Verified answer
    BCBuizer Profile Picture
    22,535 Super User 2026 Season 1 on at

    Hi @JSeymour ,

     

    A DropDown does not allow for multiple selections, but what you can do is to replace it with a ComboBox. 

     

    The set the Text property of the label to:

     

    Sum(
    	ForAll(
    		ComboBox.SelectedItems,
    		Switch(
    			ThisRecord.Value,
    			"0-5",1, 
    			"6-50", 2, 
    			"51-100", 3, 
    			"100+", 5, 
    			0
    		)
    	),
     Value
    )

     

  • JSeymour Profile Picture
    on at

    Ah yes! Sorry I was indeed using a combo-box not a dropdown, my bad. That worked perfectly, thank you for your help 🙂 

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 93 Most Valuable Professional

#2
Haque Profile Picture

Haque 81

#3
Valantis Profile Picture

Valantis 49

Last 30 days Overall leaderboard