Forum Discussion
Cannont Convert Value Error
Here is one of the data sets. The other im pulling from a data cube through a direct query so i cannot screen shot that informatoin.
What do you want to achieve by creating this calculated column?
I cannot understand the logic of the way u have used the CALCULATE Function.
- RNorth3 years agoNew Member
My intent was to sum the amounts of the trade agreements for each item for each company an multiply it by the % difference using the same filters of item and company.
- RNorth3 years agoNew Member
Im very new to writing dax and its still a little confusing to me at times so any suggestions are appreciated.
- MohammadLoran253 years ago
Solution Sage
Instead of a calculated column, it seems that you need a DAX Measure.
But I do not know your data model. your 2 columns are in 2 different tables. Provide more details about them as well.
Then we can handle it using measures.
- RNorth3 years agoNew Member
I started with a measure first and that returned the same error.