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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
Anonymous
Not applicable

Looking up Multiple values

amitkumar93_0-1607512257250.png

I have 3 tables as shown above,
I have a 1-Many relationship between Table2 and Table 1,
another 1-Many relationship between Table2 and Table 3

I want to create a tabular visual in power bi where i want to add Name,ID,Date & Campaign name
The table should look like below

 

Capture.PNG

 

is it possible to lookup the multiple values of campaign and Date from table 1 using DAX assuming relationship between table 1 and table 2 is not active 

PS: This is not my original daaset, this is a sample dateaset created in excel as i cant show my original dataset here for data privacy.
 

 

 

 

1 ACCEPTED SOLUTION
ryan_mayu
Super User
Super User

@Anonymous 

is this what you want?

 

Measure = CALCULATE(max(Table2[Customer Name]),FILTER(Table2,Table2[ID]=MAX(Table1[ID])))

 

1.PNG





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




View solution in original post

2 REPLIES 2
Anonymous
Not applicable

Works!! thank you Ryan 

ryan_mayu
Super User
Super User

@Anonymous 

is this what you want?

 

Measure = CALCULATE(max(Table2[Customer Name]),FILTER(Table2,Table2[ID]=MAX(Table1[ID])))

 

1.PNG





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

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

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!

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.

Top Solution Authors