Forum Discussion
Anonymous
5 years agoNot applicable
Column does not exist or does not have relationship
I have 3 tables, 2 reference table and 1 fact table. My goal is to get the ITEM_COST in the Reference 2 into the Fact 1 using the link that connects to Reference 1 because Reference 2 and Fact 1 ...
v-yalanwu-msft
Community Support
5 years agoHi, Anonymous ;
I am not very clear about the data in your table and the results you want to output. Based on my understanding, you can create a virtual table as follows:
1.original data.
2.create a new table.
Fact = GENERATE(FILTER('Reference1',[ORG]="ABC"),FILTER('Reference 2',[ITEM_COST]="ABC"))
3.then create a coulmn.
Column = [QUANTITY_RATE]*[item]
The final output is shown below:
If it is not correct, can you share pbix or screenshots whitout any sesentive information and the results you want to output?
Best Regards,
Community Support Team_ Yalan Wu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.