Forum

Philip Treacy
Philip Treacy
@philipt
Admin
Member
Joined: Oct 5, 2010
Last seen: Jun 7, 2026
Topics: 61 / Replies: 1588
Reply
RE: Queries Not Loading

Hi Jen, I can't find a published limit for the number of steps. But if there was on, I'd imagine it would be in the 100's or 1000's. It'd be be...

5 years ago
Forum
Reply
RE: Grouped running total based on 2 columns

Hi Lee, To achieve this you call the RT function again and pass in the Value and Region columns. Just make sure you sort the table by Country firs...

5 years ago
Forum
Reply
RE: Merging to unpivoted tables and using that in pivot table

Hi Leonardo, You can add a key to a table using the Table.AddKey() like so Keyed_test_map = Table.AddKey(test_map, {"Function"} , true) Wheth...

5 years ago
Forum
Reply
RE: Find incompatible files when combining from folder

Hi Bax, How exactly is the query failing? If you are loading files from a Sharepoint folder and the structure of a file is totally different then ...

5 years ago
Forum
Reply
RE: Max Number

Hi David, Please supply a workbook like the one attached, not a table of data that still has to be copied/pasted to create a workbook Regards ...

5 years ago
Reply
RE: Grouped Running Total

Hi Wayne, I think what you are after is a Grouped Running Total, I wrote about this here Grouped Running Totals in Power Query • My Online Train...

5 years ago
Forum
Topic
Forum
Replies: 2
Views: 1058
Reply
RE: Parameter in source in Power Query

Hi Andrzej, You can do this by creating a list of the ID numbers ID_List = {1..686} Any number over 686 caused a 404 Not Found error on the ...

5 years ago
Forum
Topic
Forum
Replies: 1
Views: 925
Reply
RE: Power Query Help: Return sum of the three consecutive cells with highest value out of a range of cells

Hi Ronald, I've written a custom function to do this and it uses List.Generate to create a list of the totals of each adjacent 3 months (value...

5 years ago
Forum
Reply
RE: Count working days between two dates in Power Query

Hi Tina, Yes it excludes weekends. Our Power Pivot course covers DAX Regards Phil

5 years ago
Forum
Reply
RE: Data from FaceBook

Hi Bruno, The Facebook connector was retired in 2020. To get data from Facebook you'll need to write your own queries and retrieve data via the ...

5 years ago
Forum
Reply
RE: Count working days between two dates in Power Query

Hi Tina, There isn't a native function in PQ to do this but Imke Feldman has written code to calculate this Date.Networkdays function for Power ...

5 years ago
Forum
Reply
RE: I want to copy the text from Sheet2 from Sheet1 (Dynamic text) Please watch attached video below

Hi Syed, If the aim is to get the string West Broad Hyundai from the string New Site - West Broad Hyundai on Sheet 2 then just use this formula in ...

5 years ago
Forum
Reply
RE: "prior 1900 dates" not Loading / converting properly from power query to Excel worksheet

Hi Raj, Can you please explain what you mean by dates prior to 1900 are not loading properly. Looking at your file I see a column of dates. But...

5 years ago
Forum
Page 27 / 110
0