Forum Discussion

NaolYetimgeta's avatar
NaolYetimgeta
Regular Visitor
2 years ago
Solved

Calculated Table Creation

How I can create calculated table from three another different tables?

 

I have three d/t tables on power and I want to bring these tables together.

 

Please help me....

  • Anonymous's avatar
    Anonymous
    2 years ago

    Hi NaolYetimgeta 

    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.

2 Replies