Forum Discussion
nairisha
Advocate I
10 years agoLink Dates from two tables
Hi, I have two tables in my database, one containing the traffic details in a shop and another containing the transaction. Each table records the datetime when someone entered the shop and purcha...
Eric_Zhang
Microsoft Employee
10 years ago
Add custom column valuing "tracffic "to traffic table and "transaction" to transaction. In latter steps those two table would merge into one and the newly added column is used as a legend in the visual.
nairisha
Advocate I
10 years agoEric_Zhang In this case which column should i insert?
- Eric_Zhang10 years ago
Microsoft Employee
nairisha
My approach is as below.In "Add Custom Column", new a column named "newColumn" and formula equals ="traffic".