Forum

Philip Treacy
Philip Treacy
@philipt
Admin
Member
Joined: Oct 5, 2010
Last seen: Jul 23, 2026
Topics: 61 / Replies: 1590
Reply
RE: Error Message received when running power query refresh

Hi Declan, Can you supply your file? #REF is generated in the Excel sheet, not in PQ or the data Model, so somewhere in a sheet that error is oc...

5 years ago
Forum
Topic
Replies: 1
Views: 953
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: 1102
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: 958
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
Page 27 / 111
0