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 / Filter dependable choi...
Power Apps
Answered

Filter dependable choice selection between columns in combo box

(0) ShareShare
ReportReport
Posted on by 103

Hi,

I want to get all matching models based on my selected device combobox. Both are choices columns in the "ModelLib" sharepoint:

 

TitleDevice (Data Type: Choice)Models (Data Type: Choice)
1Laptop_1Flex
2Laptop_1Hyper
3Laptop_2Yolo

 

Use case:
When I select Laptop_1 in my drp_device combobox,

I want to display the suitable models in the drp_model combobox.

 

I would only get Flex and Hyper in the models combobox to choose, when I have selected "Laptop_1" in the previous combobox.

 

My current attempt is:

AddColumns(Choices(ModelLib.Modellseries_Modell);"option"; Text(Value))

I have issuse regarding showing the output as value in the models combobox.

 

Any help is appreciated.

 

Thanks

Categories:
I have the same question (0)
  • Verified answer
    Gerard Simpson Profile Picture
    2,987 Moderator on at

    Hi @Aionik 

     

    Try the following in the items property of the drp_model combobox:

     

    AddColumns(

    Filter(

    ModelLib,

    Device.Value = drp_device.Selected.Value

    ),

    "ModelOption",

    ThisRecord.Models.Value

    ).ModelOption

     

    Hope this helps

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!

Congratulations to the March Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 502

#2
Vish WR Profile Picture

Vish WR 454

#3
WarrenBelz Profile Picture

WarrenBelz 416 Most Valuable Professional

Last 30 days Overall leaderboard