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
dnjtdjq
New Member

Question on using related function on virtual table

Hello Team,

 

I am playing around with Microsoft's sample Contoso Retail database and stuck with how the following expression works. 

 

Screenshot 2021-10-19 002600.png

 1. As first parameter to ADDCOLUMN'S function, I have used ALL(Sales) which is a virtual table. 

 2. All(Sales) doesn't have physical relationship with products table. 

 3. But I can use related function on All(Sales) to access the product[brand] column. 

 

However, if I substite ADDCOLUMN function's first paramemter to a table with subset of columns like the following, it produces an error stating that there is no relationship.

Screenshot 2021-10-19 003916.png

 

The codes are for my educational purposes and it wouldn't make much sense. 

What I am trying to understand is 

 1. related function works on the virtual table with all the columns and

 2. If I use only subset of columns for the virtual table, the related function does not work any more. 

 

I would really appreicate any help. 

1 REPLY 1
Icey
Community Support
Community Support

Hi @dnjtdjq ,

 

Based on my test, even if you put all columns into ALL() function, it will also not work.

 

all.PNG

 

 

Best Regards,

Icey

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

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.

Top Solution Authors