Forum Discussion
Reference two or more Columns as Source in new query
- 8 years ago
I speak from personal experience - if there is difference in performance I don't think it will be visible in most cases
I do prefer the clarity of the code in my syntax, it's quite straightforward so in case you need to handover it shouldn't be too complex
as for learning you can give this a go
https://msdn.microsoft.com/en-us/query-bi/m/power-query-m-language-specificationa bit tough read, but gives much better understanding of M
EDIT
you can even simplify it morelet Source = Table.SelectColumns(Tbl_CoursesbyTutorTable,{"Course Codes", "Course Title"}) in Sourcebut I actually prefer to have the steps separated
Could you bring into two tables as a source?
= Table.SelectColumns(Table 1, {"OwnerId", "Type", "CreatedDate", "Creator_Role__c"}) and somehow have another Table.SelectColumns for Table 2?
Hi actzikas, I hope I'm interpreting your question, right? From the looks of it you wish to Join or Combine two tables into one query?
I don't think this post best suits your question. May I suggest looking at this post Append vs Merge using Power Query ; or if that doesn't help please add further clarification.
Teamwork makes the BI work - always happy to help🙌