Forum Discussion
Amount duplicated after appending query
- 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.
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.
- hanyfouda20233 years ago
Helper II
Dear Danextian,
Thanks for your reply , Could you please explain how to get this custom column , what is the dax measue to be added?
Thanks
- danextian3 years ago
Super User
Hi hanyfouda2023 ,
It is a custom column in the query editor. In Add Column tab, go to custom column and create a Source column that indicates the source of your data. Do this for all the seven tables. Make sure to use the same column name for all of them.
- hanyfouda20233 years ago
Helper II
Dear Danexitan,
Thanks I added the columns , and found which amount arent right. Do you have any idea how to solve it