web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id : lypk3qpnMfZdrETX7sqbQo
Power Apps - Building Power Apps
Answered

Display Lookup Value in DataCard

Like (0) ShareShare
ReportReport
Posted on 29 Sep 2021 11:41:03 by 80

Hi, I've a SP list with some lookup fields... Now in the PowerApp I have a dropdown to choose something... Then it should display the corresponding values from the other SP list... first I achieved that with Labels. there it was easy: Text = Lookup('lookuplist', Value = DataCardValue.Selected.Value, 'lookuplist.column').

Now I had to redesign the form and want to use the default fields = DataCards

But there I can't use the same....

Categories:
I have the same question (0)
  • AV4 Profile Picture
    11 on 01 Sep 2023 at 07:52:51
    Re: Display Lookup Value in DataCard

    Hi @PriyankaGeethik 

    How should this be modified to accommodate multiple selections "selecteditems"... if the Country is a multiselect Combobox.

  • alexa_028 Profile Picture
    63 on 10 Jul 2023 at 13:34:13
    Re: Display Lookup Value in DataCard

    Thanks for help , I found it useful for my scenario. Where I had a table in dataverse which I connected to form and I wanted to populate ID value based on dropdown values

  • eftichia Profile Picture
    34 on 28 Jul 2022 at 12:51:53
    Re: Display Lookup Value in DataCard

    Hi,

    Can you provide the formula?

     

    Thanks

  • buzzen Profile Picture
    80 on 30 Sep 2021 at 09:37:10
    Re: Display Lookup Value in DataCard

    Thanks! I was finally able to achieve what I want... But I had to change it to "ColumnName.Value"...

  • buzzen Profile Picture
    80 on 29 Sep 2021 at 12:46:57
    Re: Display Lookup Value in DataCard

    Still no luck... let me explain it a bit more in detail... for example:

    I have a SP List called "Countries", and a second List called "Cities".

    In the SP List "Countries" I've added a lookup field called "City" that look in the "Cities" list and added more columns like "Population", "Language"...

    Now in PowerApps when I add to full form of "Countries". The "City" field is a dropdown to choose a city.

    Then within the DataCards "City:Population" and "City:Language" it should automatically show the corresponding value... hope I explained it clearly... 🙂

  • Verified answer
    PriyankaGeethik Profile Picture
    3,320 Super User 2024 Season 1 on 29 Sep 2021 at 12:46:08
    Re: Display Lookup Value in DataCard

    Hi @buzzen ,

     

    If there is any issue with Lookup you can also try filter function like below. 

    First(Filter('YourListName', ColumnName = DataCardValue.Selected.Value)).YourRequiredColumn

     

     

    Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.

  • Nogueira1306 Profile Picture
    7,390 Super User 2024 Season 1 on 29 Sep 2021 at 12:26:46
    Re: Display Lookup Value in DataCard

    Lookup('lookuplist', Value = DataCardValue.Selected.Value).FieldYouWant

     

    If you need additional help please tag me in your reply and please like my reply.
    If my reply provided you with a solution, pleased mark it as a solution ✔️!

    Best regards,
    Gonçalo Nogueira

    Check my LinkedIn!

    Check my User Group (pt-PT)!

    Last Post on Community

  • buzzen Profile Picture
    80 on 29 Sep 2021 at 12:21:29
    Re: Display Lookup Value in DataCard

    Unfortunatly that doesn't work....

  • Nogueira1306 Profile Picture
    7,390 Super User 2024 Season 1 on 29 Sep 2021 at 11:45:21
    Re: Display Lookup Value in DataCard

    Lookup('lookuplist', Value = DataCardValue.Selected.Value, 'lookuplist.column').FieldYouWant

    Try that on default

     

    If you need additional help please tag me in your reply and please like my reply.
    If my reply provided you with a solution, pleased mark it as a solution ✔️!

    Best regards,
    Gonçalo Nogueira

    Check my LinkedIn!

    Check my User Group (pt-PT)!

    Last Post on Community

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

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Telen Wang – Community Spotlight

We are honored to recognize Telen Wang as our August 2025 Community…

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 637 Most Valuable Professional

#2
stampcoin Profile Picture

stampcoin 570 Super User 2025 Season 2

#3
Power Apps 1919 Profile Picture

Power Apps 1919 473

Loading complete