Forum Discussion
slohombre
Aug 17, 2020Brass Contributor
Power Query Date Extrapolation
 Hi, all. Looking for some advice on how to extrapolate a date from two columns of information. I have a column that has week of year number (1,2,3,4, etc.) AND I have another column that has day name...
Riny_van_Eekelen
Aug 18, 2020Platinum Contributor
slohombre I guess you can create a calendar table (manually or via Power Pivot copied back into an Excel sheet) that has at least date, week number =WEEKNUM(date) and the day name =TEXT(date,"dddd") in it. Query it and then merge the query from your picture with this calendar query.
Haven't yet figured out how (if possible) to merge a query with a calendar that sits in the Data Model.