Forum Discussion
Anonymous
5 years agoNot applicable
Merging calculated tables based on dates
So I have a calculated Table A that has a custom calendar column, and calculated Table B that has a column "dates" and some other column. How do I merge these two tables so that I get all data from ...
- 5 years ago
Try to create a new table like below:
Table = NATURALLEFTOUTERJOIN ( 'Table A','Table B' )
V-lianl-msft
Community Support
5 years agoTry to create a new table like below:
Table = NATURALLEFTOUTERJOIN ( 'Table A','Table B' )