Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
7 years ago
Solved

Creating a table based on two tables

Hi,   I have two tables: PREVIOUS and CURRENT       I need to make this visualisation:       How do I put those two tables PREVIOUS and CURRENT together (if necessary) and how do ...
  • Anonymous's avatar
    Anonymous
    7 years ago

    Thanks Dobregon for your reply.

     

    The two tables are imported from two Excel files

     

    I solved the problem in the end using a DAX expression

     

    COMPARE = UNION(CURRENT;PREVIOUS)

     

    R.W.