Forum Discussion
rdc_green
4 years agoFrequent Visitor
Multiply 2 different columns from 2 tables using datetime as a lookup. The tables cannot be RELATED
Hi, I'm trying to multiply kWh x CO2 based on the timestamp. I have looked through various other solutions, but most of them reference the RELATED function, which doesn't seem to work for me. The...
- 4 years ago
If you cannot create a physical relationship between tables then use TREATAS function connecting both the tables and calculate a measure.
Regards
DI
darshaningale
4 years agoResolver II
If you cannot create a physical relationship between tables then use TREATAS function connecting both the tables and calculate a measure.
Regards
DI