Forum Discussion
shahid_tanmoy
3 years agoHelper I
How do I append two sources in DAX code instead of the append button?
Hi All, I have two JSON sources. Normally I would have to create two seperate JSON sources and append the 2nd to the first. Can someone write me out the code to do it all in one? Thanks! ...
v-jingzhang
3 years agoCommunity Support
The first name should be the old column name existing in the second table to be changed, and the latter name is the new name for it. If it says column not found, it means that it cannot find the first name from #"Converted to Table2".
shahid_tanmoy
3 years agoHelper I
I know but the column does exsist in converted to table 2 cause if I expand it, its there. And i just changed it from account name to account name for testing purposes. can you write out the whole code from the beginning to see if it works, cause i tried it again with another table where i changed device_name to account_name and even though the json table has device_name, this piece of code cannot find it.