Forum Discussion
Creating Calculated column from Different table has a relationship but storage mode direct
Why do you need a Calc column? Power BI is designed to allow you to use data in different tables.
I have Product & Sales in Table A and Product and Commission in Table B, and both these tables are joined using Product in the model. My Calcuclated column logic should be
Table A[Sales]*Table B[Commision]
I tried using Lookupvalue and Related DAX fuction, throwing an error message. Since i am not sure what is the right approach, please advise.
I am using this in Direct Query mode and connected to Oracle database
- V-lianl-msft6 years agoCommunity Support
Hi Anonymous ,
What is the relationship between the two tables?
Could you paste sample data or screenshots of two tables?
You can also try the CROSSFILTER function
Best Regards,
Liang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.