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 / Switching DataTable View
Power Apps
Unanswered

Switching DataTable View

(0) ShareShare
ReportReport
Posted on by 51

I need help switching data table views, by dropdown choices of title selected and priority selected

Switch2.png
Switch_LI (2).jpg
Categories:
I have the same question (0)
  • Drrickryp Profile Picture
    Super User 2024 Season 1 on at

    @eddysonkh 

    The Items property of the data table would be in the form of :

    Filter(
     'IT Support Desk', IsBlank(ddTitle.Selected.Value)||Title=ddTitle.Selected.Value,
     IsBlank(ddPriorty.Selected.Value||Priority=ddPriority.Selected.Value
    )

    Provided:

    • the dropdowns have a blank() as one of the options.
    • the dropdowns are named ddTitle and ddPriority
    • the Items of the dropdowns are not lookup or choice fields 
    • if the items of the dropdowns include Distinct() then replace Value with Result in the formula above.

    For more information on how to filter a gallery or data table with multiple dropdowns see @mdevaney 's blog post

    here: https://www.matthewdevaney.com/power-apps-filter-gallery-with-multiple-dropdowns/ 

  • Drrickryp Profile Picture
    Super User 2024 Season 1 on at

    @eddysonkh 

    The Items property of the data table would be in the form of :

    Filter(
     'IT Support Desk', IsBlank(ddTitle.Selected.Value)||Title=ddTitle.Selected.Value,
     IsBlank(ddPriorty.Selected.Value||Priority=ddPriority.Selected.Value
    )

    Provided:

    • the dropdowns have a blank() as one of the options.
    • the dropdowns are named ddTitle and ddPriority
    • the Items of the dropdowns are not lookup or choice fields 
    • if the items of the dropdowns include Distinct() then replace Value with Result in the formula above.

    For more information on how to filter a gallery or data table with multiple dropdowns see @mdevaney 's blog post

    here: https://www.matthewdevaney.com/power-apps-filter-gallery-with-multiple-dropdowns/ 

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
WarrenBelz Profile Picture

WarrenBelz 345 Most Valuable Professional

#2
11manish Profile Picture

11manish 207 Super User 2026 Season 2

#3
Mohsin Ali Profile Picture

Mohsin Ali 177

Last 30 days Overall leaderboard