Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowThe Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.

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
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.
Solved! Go to Solution.
@Anonymous
is this what you want?
Measure = CALCULATE(max(Table2[Customer Name]),FILTER(Table2,Table2[ID]=MAX(Table1[ID])))
Proud to be a Super User!
Works!! thank you Ryan
@Anonymous
is this what you want?
Measure = CALCULATE(max(Table2[Customer Name]),FILTER(Table2,Table2[ID]=MAX(Table1[ID])))
Proud to be a Super User!
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
82 | |
79 | |
52 | |
39 | |
35 |
User | Count |
---|---|
94 | |
79 | |
51 | |
47 | |
47 |