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: Query Expression.Error

Not entirely sure what you intend to do but that error occurs when you try to insert a row and the Offset element is larger than the number of rows in...

4 years ago
Forum
Reply
RE: Check for overlapping sprint dates

OK, perhaps I misunderstood your intentions, since you posted your question in the PQ section of the forum.

4 years ago
Forum
Reply
RE: Check for overlapping sprint dates

But with PQ you can connect to an unsorted table and do the sorting in PQ. Your choice.

4 years ago
Forum
Reply
RE: Check for overlapping sprint dates

Two possible solutions (not in PQ though), provided that you sort the table by Start date, ascending. =AND(B3<>"",OR([@Start]<=N(C1),...

4 years ago
Forum
Reply
RE: waterfall chart

I see. Then I'm afraid I can't help you any further.

4 years ago
Forum
Reply
RE: waterfall chart

Sorry, I'm not aware of the ability to sort inside a Waterfall Chart (WC) like in your example. What you can do, however, is create a chart without...

4 years ago
Forum
Reply
RE: Table.Buffer - Still not sorting

You could try adding an Index column and then sort.

4 years ago
Forum
Reply
RE: waterfall chart

No, don't know how to custom sort. But isn't the whole purpose of a Waterfall Chart to display the categories in their order of significance? No exper...

4 years ago
Forum
Reply
RE: waterfall chart

You created a relationship between tables E3 and Breakdown. It seems to create a nameless extra "field" for the sum of all Categories (i.e. 914). Rem...

4 years ago
Forum
Reply
RE: Reducing a Baselined Amount from two tables

As a variant, this code will produce a summary by person (Name, Allowance, Leave Taken and Balance). let Source = Excel.CurrentWorkbook(){[Name="Al...

4 years ago
Forum
Reply
RE: Arrived Qty update from one sheet to main sheet

Not sure I follow and you didn't put all transactions in one table with separate columns for Qty Ordered and Qty Received. Then you can sort all trans...

4 years ago
Reply
RE: E numbers in Pivot Table

Didn't you get your answer here?

4 years ago
Forum
Reply
RE: Arrived Qty update from one sheet to main sheet

I would recommend to change the set-up a bit. Have one table with three columns for the quantities (OrderedQTY, ReceivedQTY and AllocatedQTY). Then yo...

4 years ago
Reply
RE: How to count conditionally formatted colored cells

Why not use a formula similar to the CF rule for "Overdue", and its opposite for "On Time"? In J2: =SUM(--(E2:E21<=D2:D21)), returning 11 ...

4 years ago
Reply
RE: Multiple Corrections to Table, requires pivoting, transposing, perhaps pivoting some more?

As a variant. No pivot table needed. Result directly from PQ let Source = Excel.CurrentWorkbook(){[Name="Table1"]}[Content], Transpose = Table.Tran...

4 years ago
Forum
Page 95 / 97
0