Forum

Riny van Eekelen
Riny van Eekelen
@riny
Moderator
Member
Joined: Jan 31, 2022
Last seen: Jul 8, 2026
Topics: 0 / Replies: 1444
Reply
RE: power query that updates its source table

Hi k s, You can't load a PQ transformed table back on top of the original source table. The whole idea with PQ is that you connect to a source and ...

3 years ago
Forum
Reply
RE: Importing Multiple Tables from Multiple Excel Files

I created 12 separate queries like you, and they all pick-up the data from each of the files. When I looked at your video I notice that you worked off...

3 years ago
Forum
Reply
RE: How to speed up refreshing times for my query with many custom columns

Hi Job, It's difficult to diagnose such a query without having some data to play with. No need to share thousands of rows, but could you upload a fil...

3 years ago
Forum
Reply
RE: Power Query : Add a custom column to get YTD value and Custom column to have Forecast value

Oh! Sorry about that. It seems I missed the Upload button myself this time 🙁

3 years ago
Forum
Reply
RE: Power Query : Add a custom column to get YTD value and Custom column to have Forecast value

Okay! Since you work with texts rather than real dates you can't just scan the Year column for the "latest date". I added a small query that just take...

3 years ago
Forum
Reply
RE: Reset sequence # when running total = 0

The number -1.4210854715202E-14 is not an error. It's just a very very small number, very close to zero. Change the format of column F to Number with ...

3 years ago
Reply
RE: Power Query : Add a custom column to get YTD value and Custom column to have Forecast value

Sorry, but I don't understand. I merely followed your example. How would you do the lookup in Excel for, let's say two out of three years? Perhaps you...

3 years ago
Forum
Reply
RE: Can you create a P&L using a power Pivot Table ?

Without seeing some of your own data it's difficult to come-up with a proper answer. But perhaps you find the example in the attached file useful. In ...

3 years ago
Forum
Reply
RE: Power Query : Add a custom column to get YTD value and Custom column to have Forecast value

I like to keep thing simple. And because you don't work with real dates, I added a column to the lookup table for the year "22-23". Then you can easil...

3 years ago
Forum
Reply
RE: Search words in a cell and return all matching words

In MS365, that would be: =TEXTJOIN(", ",,FILTER(names,ISNUMBER(SEARCH(names,A2)))) where "names" is a named range containing the list of names. ...

3 years ago
Reply
RE: Power Query : Add a custom column to get YTD value and Custom column to have Forecast value

I guess that's possible, but to save me from having to guess how your tables and data are structured and exactly what to look-up from where, please up...

3 years ago
Forum
Reply
RE: Power Query : Add a custom column to get YTD value and Custom column to have Forecast value

Data is nothing more than the "TransformColumnType" step renamed to something more friendly. I used the step name later on when I do a Merge. but now ...

3 years ago
Forum
Reply
RE: Power Query : Add a custom column to get YTD value and Custom column to have Forecast value

See if the attached example does what you need. By the way, it assumes you have one text column and all others contain the monthly data.

3 years ago
Forum
Reply
RE: "This preview may be up to 3 days old" but I've just uploaded it?

It's not an error. Just a message saying that the preview may be a few days old. If you are insecure, save your work first and then press refresh and ...

3 years ago
Forum
Reply
RE: Calculating the % complete based on dates

I find it difficult to visualise the issue. Can you please attach a file with dates and describe what each of these represent? I can make some assumpt...

3 years ago
Page 70 / 97
0