Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
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(ExpensesData[TOT Expense];SalesData[Total Revenue])
The problem arises when I type in the name of the second column (SalesData[Total Revenue]), and the error says: "A single value for column 'Total Revenue' in table 'SalesData' cannot be determined. This can happen when a measure formula refers to a column that contains many values without specifying an aggregation such as min, max, count, or sum to get a single result."
Solved! Go to Solution.
Probably need to use RELATED or RELATEDTABLE in your calculation.
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
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
Probably need to use RELATED or RELATEDTABLE in your calculation.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 63 | |
| 55 | |
| 41 | |
| 16 | |
| 14 |
| User | Count |
|---|---|
| 97 | |
| 80 | |
| 35 | |
| 29 | |
| 25 |