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 Apps
Answered

undefined

(0) ShareShare
ReportReport
Posted on by 13

Hi Everyone,

I have created two tables 

1. employee table with EID(text type) & CertID(lookup column)

2.Certificate table with CertID(text type) & CertName(text type)

Here I want to display the data of EID ,CertID and CertName in a gallery.

I have tried via Addcolumn Function  AddColumns(Employee,"CertificateName",LookUp(Certification,CertID=CertID).CertName)) 

helpful if anybody clears this query and also can a lookup column be used in Filtering Vloopup function nad how?

Categories:
I have the same question (0)
  • Verified answer
    Ami K Profile Picture
    15,689 Super User 2024 Season 1 on at

    @Lavanya11 - I think the below is what you're trying to do?

     

    AddColumns(
     Employee,
     "CertificateName",
     LookUp(
     Certification,
     CertID = Employee[@CertID].Value,
     CertName
     )
    )
  • Lavanya11 Profile Picture
    13 on at

    @Amik 

    Thank you . This solved my problem and need explanation on this question,

    Can a Lookup column be used in Filter/VLOOKUP? and how just take my tables as example.

  • Ami K Profile Picture
    15,689 Super User 2024 Season 1 on at

    @Lavanya11 - You have not provided much context with what you're trying to do, but in answer to your question, yes. A Lookup function can be used with a Filter function.

  • Lavanya11 Profile Picture
    13 on at

    I have created two tables 

    1. employee table with EID(text type) & CertID(lookup column)

    2.Certificate table with CertID(text type) & CertName(text type)

    Here I want to display the data of EID ,CertID and CertName in a gallery.

    Same Probelm with filter Function.

  • Ami K Profile Picture
    15,689 Super User 2024 Season 1 on at

    @Lavanya11 why does the solution I already provided not already answer your question? Why do you think you need the Filter function?

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 329 Most Valuable Professional

#2
11manish Profile Picture

11manish 209 Super User 2026 Season 2

#3
Mohsin Ali Profile Picture

Mohsin Ali 179

Last 30 days Overall leaderboard