The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hello Team,
I am playing around with Microsoft's sample Contoso Retail database and stuck with how the following expression works.
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.
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.
Hi @dnjtdjq ,
Based on my test, even if you put all columns into ALL() function, it will also not work.
Best Regards,
Icey
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
User | Count |
---|---|
28 | |
12 | |
8 | |
7 | |
5 |
User | Count |
---|---|
36 | |
14 | |
12 | |
7 | |
7 |