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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
WillHarding
Frequent Visitor

Alternative to Nested Lookups to Bridge Unrelated Datasets

Hi,

 

I'm trying to find an alternative to nested lookup tables (which aren't allowed in Report Builder) that allow me to do the following:

 

I want to bring data from Dataset 3 into a table that initially had data from Dataset 1 in. I can create a lookup with Dataset 1 and 2, or I can create one with 2 and 3. However I cannot use a nested lookup for 1 and 3 and don't know what else is possible.

 

What function can I use to bridge Dataset 1 and 3?

 

Dataset 1

Col1Col2
1a
2b
3c
4d
5e
6f

 

Dataset 2

Col2Col3
a7
b8
c9
d10
e11
f12

 

Dataset 3

Col3Col4
7g
8h
9i
10j
11k
12l

 

Much appreciated,

Will

1 ACCEPTED SOLUTION
WillHarding
Frequent Visitor

I ended up using a SQL query in Desktop to bring all of my data into a single dataset, then bringing that dataset into Report Builder. That did the trick.

View solution in original post

2 REPLIES 2
WillHarding
Frequent Visitor

I ended up using a SQL query in Desktop to bring all of my data into a single dataset, then bringing that dataset into Report Builder. That did the trick.

lbendlin
Super User
Super User

Would this work ?

 

Table.Join(Table.Join(#"Dataset 1","Col2",#"Dataset 2","Col2"),"Col3",#"Dataset 3","Col3")

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.