Forum

Velouria
@debaser
Moderator
Member
Joined: Nov 1, 2018
Last seen: Sep 19, 2025
Topics: 0 / Replies: 839
Reply
RE: Export results from a step in power Query and then continue with the query.

You'd need to have two other queries that reference the first query, and add any additional steps in the other queries.

2 years ago
Forum
Reply
RE: Images not inserted - BN.Net

It's much harder to try and diagnose potential issues with code that you can't see... 😉 Especially as you haven't said what is actually happening. Ar...

2 years ago
Forum
Reply
RE: Images not inserted - BN.Net

Where are the images and what is the actual code line that inserts them?

2 years ago
Forum
Reply
RE: Temp Files ~$

They are not copies. They are temporary files created that contain information about who has a file open (they should be pretty small files).

2 years ago
Forum
Reply
RE: Copy table in data model to excel

FYI, you can also link the table in the data model to a table on a worksheet if you want, using the Existing Connections button on the Data tab. (You ...

2 years ago
Forum
Reply
RE: Using Filters in CUBEVALUE

You should be able to use CUBESET: =CUBEVALUE("ThisWorkbookDataModel";"[Measures].[Sum of Investments]";"CUBESET("ThisWorkbookDataModel";"[Invest C...

2 years ago
Forum
Reply
RE: Replacing a query

You can do it with code. For example, let's say you have the new query in A2 of Sheet1 of a workbook, add this code to it: Sub ChangeQuery() Dim wb...

2 years ago
Forum
Reply
RE: Backup copy macro adds audit file AND a copy of template too

You have two SaveCopyAs commands, so you will end up with two copies of the workbook each time, plus the original. I can't tell whether Save_Backup al...

2 years ago
Forum
Reply
RE: GROUPBY & PIVOTBY

It's still only for Insiders as far as I know. Even with that, I only got them about a week ago I think.

2 years ago
Reply
RE: Find cell address for the value that is returned by a formula

Try: =LOOKUP(2,1/(Table134[solacom-RingTime]=Q3)/(Table134[solacom-callType]="SR911")/(Table134[Week]=Q2),Table134[Date Time])

2 years ago
Reply
2 years ago
Forum
Reply
RE: Scan Formula

=INDEX(A:A,match("6-Month Review",G:G,0)) should do it.

2 years ago
Reply
RE: power query error on one computer but not other

I can also refresh it on: M365 on Win10Enterprise M365 on macOS Sonoma Office 2019 on Win11 (ARM version in a VM) Perhaps it's a fire...

2 years ago
Forum
Reply
RE: TEXT JOIN

In 2019 that would definitely not be a small change! I can't think of any way offhand without a lot of helper columns and/or terrible performance. ...

2 years ago
Page 5 / 56