Forum

Catalin Bombea
@catalinb
Admin
Member
Joined: Nov 8, 2013
Last seen: Jul 3, 2025
Topics: 1 / Replies: 1936
Reply
RE: Table.Buffer w/ Thousands of Records

can you explain how you intended to rejoin the data? I saw only one index column and I couldn't figure it out (which is why I re-tried the original so...

4 years ago
Forum
Reply
RE: Query from SQL using parameter values from Excel worksheet

Hi, SQL query text is just a text string, use concatenation symbol & just like in any excel string or VBA, you can take data from a table with ...

4 years ago
Forum
Reply
RE: Table.Buffer w/ Thousands of Records

Columns are removed from a pivot table ONLY if you overwrite the headers as well when you paste the real data into source table.. Why are you repla...

5 years ago
Forum
Reply
RE: Table.Buffer w/ Thousands of Records

I used the fields you have indicated originally: Is there any easy way to subtract one line from the previous line given the name and company mat...

5 years ago
Forum
Reply
RE: Table.Buffer w/ Thousands of Records

Query1 and Entry2 are 2 different PQ solutions, the processing time is almost the same, but I doubt that it can be made faster than it is. Entry an...

5 years ago
Forum
Reply
RE: Table.Buffer w/ Thousands of Records

Getting data from sharepoint folder is not the same thing as getting data from local file or folder, you have to adjust the query. Microsoft 365 ha...

5 years ago
Forum
Reply
RE: Table.Buffer w/ Thousands of Records

PP is much faster, that's why I mentioned it. See attached PP version, takes a few seconds for 20 k test data. I split the data into Entry and E...

5 years ago
Forum
Reply
RE: Table.Buffer w/ Thousands of Records

Hi Adam, The last query provided took 2 min and 20 seconds on my PC to process those 20k records, generated a little over 10k rows. If we extrapola...

5 years ago
Forum
Reply
RE: How do I know if there was a problem with the refresh of data?

RefreshAll works different in VBA than from user interface, in VBA will not raise error message when a query fails. Loop through connections and re...

5 years ago
Forum
Reply
RE: How do I know if there was a problem with the refresh of data?

Hi, You're using wb.RefreshAll or you refresh each query one by one? Can you post the code you're using to refresh?

5 years ago
Forum
Reply
RE: Table.Buffer w/ Thousands of Records

Because you mentioned power BI, you could write a measure to calculate the Exit dates... Split the initial data into 2 tables (one for Entry, one f...

5 years ago
Forum
Reply
RE: Table.Buffer w/ Thousands of Records

Hi Adam, The FilterTable function is executed at each row, filtering the source data to get the exit time for each record is not efficient. It c...

5 years ago
Forum
Reply
RE: Converting feet, inches and fractions

Hi Alan, I see that you have formatted column A as fraction, but this format can handle inches, not feet. In this case, you can type column A value...

5 years ago
Reply
RE: Running count starting over when the counted value is not present previous date

Hi Honzik, That's a hard nut to crack, checking if the product is in previous period to reset the counter is mind blowing, have no idea why that re...

5 years ago
Forum
Page 52 / 130