Forum Discussion
Calculated Table Creation
- Anonymous2 years ago
1.If the three table have the same count of the columns and the column name are the same, you can use the union() function, you can refer to the followiing link.
UNION function (DAX) - DAX | Microsoft Learn
2.If the you need to add the related column to the table. you can conder to use addcolumns() funcition and filter() funciton, you can refer to the following link.
ADDCOLUMNS function (DAX) - DAX | Microsoft Learn
Best Regards!
Yolo Zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
1.If the three table have the same count of the columns and the column name are the same, you can use the union() function, you can refer to the followiing link.
UNION function (DAX) - DAX | Microsoft Learn
2.If the you need to add the related column to the table. you can conder to use addcolumns() funcition and filter() funciton, you can refer to the following link.
ADDCOLUMNS function (DAX) - DAX | Microsoft Learn
Best Regards!
Yolo Zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.