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 / Showing label data on ...
Power Apps
Answered

Showing label data on screen from multiple data sources

(3) ShareShare
ReportReport
Posted on by 73
 
 
Hi
I am looking for advice on if it's possible to create a canvas app with labels pointing to data on multiple Dataverse tables and the data is related so updates when one selection is made?
 
I have copied some tables from a local database to dataverse tables. I set up a relationship based on customer ID.
I would like to have labels pointing to different fields across several different tables in Dataverse, is this possible?
 
At the moment my workaround is to display 2 galleries on one page, the first gallery displays customer data and the second gallery displays transactions and more data, based on a filter where gal1.customerID = gal2.customerID
 
Is there a better way of doing this? I have a good few tables to relate but can’t get this working like a traditional database model.
Can anyone advise me on if this possible?
Thanks
 
I have the same question (0)
  • Verified answer
    Kalathiya Profile Picture
    2,456 Super User 2026 Season 1 on at
    Hello @alan_user
     
    Yes, this is possible in a Canvas app.
     
    Approach: 
    If your tables are related using Dataverse lookup columns, you can reference related fields directly in labels. You can expand the lookup column and show the appropriate data. 
    below example assume "Customer" is lookup column i want to show customer address then i can simply expand that lookup column and do. 
    ThisItem.Customer.Address1_City
    Alternatively, for pulling data from other tables using LookUp():
    below example I'm just comparing the CustomerId column and pulling the amount from Transactions table. 
    LookUp(
        Transactions,
        Customer.CustomerId = galCustomers.Selected.CustomerId
    ).Amount
    
     
    📩 Need more help? Mention @Kalathiya anytime!
    ✔️ Don’t forget to Accept as Solution if this guidance worked for you.
    💛 Your Like motivates me to keep helping!
  • alan_user Profile Picture
    73 on at
    Hi Kalathiya, thanks for your assistance. I have used both solutions successfully on my app now. 
    The first suggestion works best for me in this instance, so I will use that. Thanks again for your help and the quick response
    Alan
  • Kalathiya Profile Picture
    2,456 Super User 2026 Season 1 on at
    Hi @alan_user,
    Thanks for letting me know! I’m glad to hear it’s working well. Happy to help anytime!
     

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 Launch!

Jump in, show your community spirit, and win prizes!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the May Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Valantis Profile Picture

Valantis 424

#2
WarrenBelz Profile Picture

WarrenBelz 355 Most Valuable Professional

#3
11manish Profile Picture

11manish 290

Last 30 days Overall leaderboard