Forum

Mynda Treacy
@mynda
Admin
Member
Joined: Jul 16, 2010
Last seen: Jun 22, 2026
Topics: 0 / Replies: 4786
Reply
RE: sum a single cell from multiple sheets based on single date (week-ending) from sheets in summary sheet

Hi Michelle, What Purfleet said. In the meantime, have you tried putting in proper cell references instead of whole column references? If you want ...

6 years ago
Reply
RE: Problem with Paste Link

Hi Rob, It's difficult to troubleshoot without the file. Have you tried just adding the formula rather than copying it from another cell? i.e. type...

6 years ago
Reply
RE: Earliest Date

Hi Ken, Our formulas are not the same. Your formula is: =List.Min({[start]}) Mine is: =List.Min(#"Changed Type"[#"start"]) Replace your...

6 years ago
Forum
Reply
RE: more elegant way to add a new table in a new worksheet to a query

Hi Anne, I would get the data into a new file using this technique to get data from multiple files containing multiple sheets with Power Query, exc...

6 years ago
Forum
Reply
RE: DAX formula for any fiscal quarter in the Calendar table

Hi Troy, You can use the SWITCH fucnction: =SWITCH(MONTH(dCalendar[Date]),9,1,10,1,11,1,12,2,1,2,2,2,3,3,4,3,5,3,6,4,7,4,8,4) Mynda

6 years ago
Forum
Reply
RE: Earliest Date

Hi Ken, Add a custom column that returns the 'List.Min' for the Stamp Date column. The formula looks like this: =List.Min(#"Changed Type with Lo...

6 years ago
Forum
Reply
RE: Incremental Append in Get And Transform - controlling when the queries are run

Hi Sue, Thanks for sharing. It works well for data that's in your worksheet, but it won't load the data to the data model because it requires a ref...

6 years ago
Forum
Reply
RE: Pivot Table: Show details tab to list each of the matching row and the immediate row below

If your # column had the same number for the buy and sell data then you could use that to group the rows in the PivotTable. See attached on the 'Ask' ...

6 years ago
Forum
Reply
RE: Incremental Append in Get And Transform - controlling when the queries are run

Hi Sue, Excel doesn't have an option to refresh the query at a specific time, only time intervals. Nor can a file execute a refresh when it's close...

6 years ago
Forum
Reply
RE: Get Data: .XML File

Hi Kanit, Welcome to our forum! When the file opens in the Power Query editor window, click on 'Table' in the 'LIST_G_C6' column. Then click on ...

6 years ago
Forum
Reply
RE: Get Data: SQL Tables

Hi Maree, Pulling in a stored query simplifies the job of getting the data you need. Other than that it works in the same way. Mynda

6 years ago
Forum
Reply
RE: Pivot Table: Show details tab to list each of the matching row and the immediate row below

Hi and welcome to our forum! The double click on a PivotTable cell will only display the items specific to that cell. You can't 'update' it as such...

6 years ago
Forum
Reply
RE: I cannot save the file (approximately 15000kb)

Doesn't look good. I'm not aware of a fix other than to start from scratch 🙁

6 years ago
Reply
RE: Sort by month in pivot table

Hi Liz, It's as Brian predicted. Your months are not in a date format that Excel recognises as dates, therefore it treats the month names as any ot...

6 years ago
Reply
RE: Time Zone Change

Hi Rosa, Please provide a sample Excel file so we can see what errors you're getting and the data structure you're working with. Mynda

6 years ago
Forum
Page 182 / 320
0