Forum Discussion
Karol_
4 years agoNew Member
Appending selected columns - recreating DAX in M
Hi all, i have simple dax formula to create a DimAccount table. As I am not very good with M i would liek to ask you what should I put into blank Query to get the same result as by DAX: DimA...
- 4 years ago
=Table.Distinct(Src1[[Account],[A]]&Src2[[Acount],[F]])
Karol_
4 years agoNew Member
Thx a lot, it helped 🙂
But at the first run it returned error because of Account spelling in Src2 😉 it is not an issue as this are data from dummy model 🙂