Forum Discussion
bansikpopat
3 years agoFrequent Visitor
Filtering the tables based on date and merging for comparison
I have two tables with the same fields. Just the difference between those two tables is the required delivery date. Both the tables have different excel sheet as their source as I am extracting dat...
Sahir_Maharaj
Super User
3 years ago1. Create a new calculated table using the DAX formula below:
Result = UNION(Table1, Table2)