Forum Discussion
giacomobonetti
9 years agoFrequent Visitor
Error when creating a calculated column
I want to create a calculated column out of the division of a column, which is in one table, and a calculated column which is in another table. The formula I am using is: Column = -DIVIDE(Ex...
- 9 years ago
Probably need to use RELATED or RELATEDTABLE in your calculation.
v-huizhn-msft
9 years agoMicrosoft Employee
Hi giacomobonetti,
Is there relationship between ExpensesData and SalesData table? Just as Greg_Deckler posted, you should use RELATED function. Could you please share the sample data or screenshot for further analysis?
Best Regards,
Angelia
giacomobonetti
9 years agoFrequent Visitor
Thank you both for your help. I solved the problem by creating new columns directly in the dataset, although I will keep in mind the function in case I find myself in the same situation again.
Cheers,
Giacomo