I have two data sources in Tableau, 1 and 2 with variables say V1 and V2, respectively. I need to perform the row-level calculations using data from both the sources, say X=V1+V2.
When I do that, tableau asks to aggregate the data from secondary data source like sum or average and throws the error "all fields must be aggregate or constant when using table calculation functions or fields from multiple data sources"
How can I do the row level calculation using data from both the sources?