Forum Discussion
sandeeptikait
Jun 30, 2020Copper Contributor
Data Filtering by Column/ Horizontal
I have date in 1st column and names in 2nd, 3rd, 4th column and so on. How can I filter a data to get the count of each name in the specified date range. Enclosed excel file with data an...
PeterBartholomew1
Jul 01, 2020Silver Contributor
Looks good to me. About the only point where I would differ is in that I would have converted the named range to a Table before starting with PQ. That both makes the input dynamic and saves the promote headers step in the M code.
Riny_van_Eekelen
Jul 01, 2020Platinum Contributor
PeterBartholomew1 Good point. Will keep that in mind!