Forum

Velouria
@debaser
Moderator
Member
Joined: Nov 1, 2018
Last seen: May 14, 2025
Topics: 0 / Replies: 838
Reply
RE: OneDrive Personal - Embed path not working

Ah. You might want to have a look at Lz's article here about using the API:

7 days ago
Forum
Reply
RE: OneDrive Personal - Embed path not working

If you open it in desktop Excel from OneDrive, under the File - Info section, you should see a Copy Link button at the top. Click that, then you need ...

2 weeks ago
Forum
Reply
Reply
RE: Modify VBA code when Blanks for folders

I don't really know why you have a table with blank rows in it, but you can use: For i = 4 To sh.Range("A" & Application.Rows.Count).End(xlU...

4 months ago
Forum
Reply
Reply
RE: VBA Error with Xlookup

You can't refer to table ranges like that. You need to use something like: FindName = WorksheetFunction.XLookup(FullName, Application.Range("tblPhon...

4 months ago
Forum
Reply
RE: Calculated column with circular dependency errors

If you need to do it as a calculated column, you will need to figure out how to remove some of the filters to get rid of the circular dependency - e.g...

5 months ago
Forum
Reply
RE: DAX help - Running Total and filters

You could add a couple of calculated columns: LatestLimit: =if(MyTable[LatestTransaction]="Yes",MyTable[Limit],BLANK()) LatestLimitBand: =LOOKUP...

5 months ago
Forum
Reply
RE: Make "if" statement dynamic

That would also work as you can then just merge that column in too, and check it in the next step.

5 months ago
Forum
Reply
RE: Make "if" statement dynamic

I'd just add that as a separate step afterwards since it only applies to Manual.

5 months ago
Forum
Reply
RE: Make "if" statement dynamic

A simple merge query would be an easy solution.

5 months ago
Forum
Reply
RE: Measure total 'problem'

I don't believe you can create one measure for that. The totals row has no context of what row fields are involved in the rest of the pivot table.

5 months ago
Forum
Reply
RE: Calculated column with circular dependency errors

Why are you using a calculated column rather than a measure, as a matter of interest? The problem is that your measures are being calculated in a r...

5 months ago
Forum
Reply
RE: PowerQuery - SharePoint (https)

I have a similar issue with a workbook shared in Teams. Fortunately it doesn't need refreshing that often, but I'm still looking for a better solution...

5 months ago
Forum
Reply
RE: PowerQuery - SharePoint (https)

FYI, Excel in the browser is not 365, it's Excel Online. 365 is a subscription model, most of whose options also offer the desktop applications. Th...

5 months ago
Forum
Page 1 / 56