Forum

Alan Sidman
Alan Sidman
@alansidman
Moderator
Member
Joined: Oct 18, 2018
Last seen: Aug 5, 2025
Topics: 3 / Replies: 233
Reply
4 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

4 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...

4 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...

4 years ago
Reply
RE: Get single value of duplicates

crossposted: Please read:

4 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...

4 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...

4 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...

4 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...

4 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.

4 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...

4 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
Reply
RE: csv file date and time issues when imported into power query.

The date time column is coming over as European as dd/mm/yy hh:mm AM or PM What do you want the data to look like? I can convert it to US format i...

4 years ago
Reply
RE: Format the data differently in the table

Here is what Microsoft suggests

4 years ago
Forum
Reply
RE: Format the data differently in the table

Highlight your table and click on Add to Data Model and click on refresh all. Same as you would in a regular Pivot Table. Make sure you are in Power...

4 years ago
Forum
Page 12 / 16