Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM. Register now.

Reply
Anonymous
Not applicable

Lookupvalue, two SQL tables

Hi, probably brain-fried right now.  I have two tables.  "Contacts" and "Audits".  Contacts has contacts_id and Audits has a few.  One is named partner_id, manager_id and staff_id.  Easy to connect those so they visual.  Rather than having the contacts_id as an integer on the dashboard, I would like to do a lookupvalue on the contacts_id to each of the IDs in the audit.

 

LOOKUPVALUE(contacts[contacts_lastname]....?

1 REPLY 1
PVO3
Impactful Individual
Impactful Individual

LOOKUPVALUE(contacts[contacts_lastname], [contacts]contacts_id,Audits[contacts_id])

 

Not sure if there is a relation. But if possible you should use RELATED. Also be carefull with possible duplicate results.

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.