Announcements
Hello,
I have an excel file which has two tables. I just have a dropdown box in powerapps and next to it I want to see a label with value which is referenced in table to the chosen option in dropdown (it's a number). Does anyone can help how to do it, please?
My table has two headers and dropdown is using values from one column and I want to see values from 2nd column in label.
Regards
Hello @marcy_pi ,Kindly try this on the label text property
LookUp(Table2,DropDown.Selected.Value=ColumnNameTable2,ColumnToReturn)
Did you mean something like this?
This is written on the Text property of the Label
LookUp(Table1,FirstName = Dropdown1.SelectedText.Value,Location)
Thank You for Your reply. I tried it now and it's still not working as showing error below:
Thanks!!! This gave me result I wanted 🙂
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 2026 Super Users!
Congratulations to our 2025 community superstars!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
wolenberg_ 119 Super User 2026 Season 1
WarrenBelz 107 Most Valuable Professional
Haque 103