Forum Discussion
Anonymous
7 years agoNot applicable
Power Query equivalent to Left Join
I am working on a project for sales where there are 4 types of offers and every rep should be making each. I want to see how many of them are doing each kind of offer. For my data, I have a query...
- 7 years ago
Anonymous,
Just add a custom column.
= Table.AddColumn(Source, "Custom", each Table2)
Ashish_Mathur
7 years agoSuper User
Hi,
Share a dataset and show the expected result. Paste the data here in a format so that i can easily copy and paste it in an Excel workbook.