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 / How to correctly filte...
Power Apps
Answered

How to correctly filter SQL Table that involves other tables. Inner join?

(0) ShareShare
ReportReport
Posted on by 2

So basically, I have 3 tables that have to do with the Languages. 

LanguageTable

-LanguageID

-LanguageName

 

PersonTable

-PersonID

-Info.......

 

Language_Person_Table

-PersonID

-LanguageID

 

So i have these 3 tables, with the Language_Person_Table used to link a person to a language. So if for example a person knows say english and spanish, then in the Language_Person_Table their would be 2 records with that PersonID attached to it.

 

The issue I am having is I cannot figure out how to use the LanguageIDs associated with a PersonID from this Language_Person_Table to then search for what the name of the Language is in the LanguageTable. I know I could just add the LanguageName to the linking table but I feel like that is most likely bad practice because it is redundant. Any help would be greatly appreciated. Cheers!

Categories:
I have the same question (0)
  • Verified answer
    v-siky-msft Profile Picture
    Microsoft Employee on at

    Hi @Luffyloo ,

     

    Could you please share the detailed application scenario of your requirement/issue?

     

    For example. 

    There is a gallery bound to Language_Person_Table, two labels in the gallery shows the LanguageID and PersonID. If you want to display the corresponding LanguageName, try to add another label in gallery, and set the Text property as below.

     

    LookUp(LanguageTable, LanguageID=ThisItem.LanguageID).LanguageName

     

    This code will return the LanguageName from LanguageTable based on the LanguageID.

    Hope this helps. If not, please share more information about the application scenario.

    Sik

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 June Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 326 Most Valuable Professional

#2
11manish Profile Picture

11manish 168

#3
sannavajjala87 Profile Picture

sannavajjala87 75 Super User 2026 Season 1

Last 30 days Overall leaderboard