Forum Discussion
Anonymous
7 years agoNot applicable
Common filter for two duplicated tables
Hi all!!! I have two duplicated tables containing the exact same information related to ticket management (Tickets and Tickets (2)) in order to calculate different SLAs using as a date filter the...
v-chuncz-msft
7 years agoCommunity Support
Anonymous ,
You may try Append Queries (Table.Combine) in Query Editor or UNION Function (DAX) to create a new table.
Anonymous
7 years agoNot applicable
Thanks for your reply. I tried to use the functions you mentioned but I didn't manage to make them work. Also, I manually created the auxiliary table to connect the duplicated ones, but it prompts an error if I connect both of them. Do you know any other alternatives?