Forum

Alan Sidman
Alan Sidman
@alansidman
Moderator
Member
Joined: Oct 18, 2018
Last seen: Jun 2, 2025
Topics: 3 / Replies: 221
Reply
RE: Grouping by latest date in each month

Another means is to create a column that is the month number. Then Group By the Month for a Max Date Duplicate that query and remove the last step ...

3 years ago
Forum
Reply
RE: Refer to above cell in Power Query

Mcode let Source = Excel.CurrentWorkbook(){[Name="Table1"]}[Content], #"Grouped Rows" = Table.Group(Source, {"Attribute"}, {{"Data", each _, type t...

3 years ago
Forum
Reply
RE: calculation question

No file attached. Please try again.

3 years ago
Reply
3 years ago
Forum
Reply
RE: Power Pivot not Appending - again

Is this the type of presentation you are looking for? If so, it is a merge (join) in PQ and not an append File attached

3 years ago
Forum
Reply
RE: Index and Match not returning all values

A picture is worth a thousand words. A file attachment is worth a thousand pictures. Attach a file showing what you have (8-10 records only) and a m...

3 years ago
Reply
RE: Maintaining columns added to a sheet that was created from Power Query,

Pictures are kind of useless and do not allow us to manipulate data. Suggest you upload a workbook that can be manipulated and tested with a workable...

3 years ago
Reply
RE: Get single value of duplicates

crossposted: Please read:

3 years ago
Forum
Reply
RE: "Grand Total" in Pivot table does not add up correctly for certain row

Pictures are pretty much useless. We cannot manipulate the data in a picture and to be honest, no one really wants to try and recreate your worksheet...

3 years ago
Forum
Reply
RE: Compare columns

A couple of issues with your data. One is all caps while the other is initial caps. These are not matches. Additionally, once I capitalize all ther...

3 years ago
Reply
RE: Meta Data (like "Creation Date") from one single Excel sheet

Maybe this VBA will help you? Sub ListAllFile() Dim objFSO As Object Dim objFolder As Object Dim objFile As Object Dim ws As Worksheet Dim sPath...

3 years ago
Forum
Reply
RE: Extract data from CSV

How about uploading a sample file of 10-15 records showing a representative sample of what you have. Then show us a mocked up solution of what you wa...

3 years ago
Forum
Reply
RE: How to automate or repeat the steps for the same table layout in power query

Build your first query. In the left window, click on duplicate. Then change the source in the second query. Repeat for each query.

3 years ago
Forum
Reply
RE: Earliest and Latest Time by Day (and Place)

Here is a Power Query Solution let Source = Excel.CurrentWorkbook(){[Name="Table1"]}[Content], #"Split Column by Delimiter" = Table.SplitColumn(Tab...

3 years ago
Reply
RE: How to Compare Data

With Power Query, I have done a full outer join of the two files. Not exactly sure what you are looking for here but this may be helpful

4 years ago
Page 11 / 15