Forum Discussion
Expression.Error: Cannot convert a value of type Table to type Table
- Anonymous6 years ago
Hi,
I found out what was going on. It was simple in fact.
Both column I was trying to merge were not the same data type so I changed both to Text.
Regards,
Are you using Analysis services? If so, it has some functions that only work on a cube, which is a specialized table. If you staged your data to a differnt datasource, then this additional functionality is not avialable.
Also, if you are not concerned with the possiblity of leaking privacy data from one data source to another, you can turn off the privacy checks in the options, which I think will remove this error.
- Anonymous6 years agoNot applicable
Hi artemus,
I'm not using Analysis Services and for now turning off privacy settings is the last option I want to consider.
Regards,
- Anonymous4 years agoNot applicable
Thank you for your second response. I've changed data privacy option and it's work now