Forum Discussion
hanyfouda2023
Helper II
3 years agoAmount duplicated after appending query
Dears, I'm facing an issue that I appended 7 tables but when I check the data I found that amount duplicated without any reason although source file amounts aren't duplicated Thanks
- 3 years ago
Hii hanyfouda2023 ,
You might have appened the same table several times. I'd usually add a custom column named Source which value is anything that describes the sourc to each table that I append so I'd know where my numbers are coming from. This practice makes it easy to troubleshoot for errors.
danextian
Super User
3 years agoHii hanyfouda2023 ,
You might have appened the same table several times. I'd usually add a custom column named Source which value is anything that describes the sourc to each table that I append so I'd know where my numbers are coming from. This practice makes it easy to troubleshoot for errors.
hanyfouda2023
Helper II
3 years agoDear Danextian,
Thanks for your reply , Could you please explain how to get this custom column , what is the dax measue to be added?
Thanks