Forum

Alan Sidman
Alan Sidman
@alansidman
Moderator
Member
Joined: Oct 18, 2018
Last seen: May 28, 2025
Topics: 3 / Replies: 220
Reply
RE: Date Transformation

Would be very helpful if you attached (uploaded) a sample file with 8-10 records showing what your file looks like when it has been downloaded from th...

2 years ago
Forum
Reply
RE: Power Qwery to replace Filter + Large functions

With your table let Source = Excel.CurrentWorkbook(){[Name="Tbl_1"]}[Content], #"Filtered Rows" = Table.SelectRows(Source, each [Employee...

2 years ago
Forum
Reply
Reply
RE: Power Query and Parquet Files

crossposted: Please read:

2 years ago
Forum
Reply
RE: If two cell contains text then show both of them, if not then show nothing.

Using just native Excel features, you could select filter on the Data Tab and unselect blanks.

2 years ago
Reply
RE: Mapping table

Suggest you upload a sample file showing your source values and a mocked up solution so we have a solid idea of your needs. Do not upload a picture a...

3 years ago
Forum
Reply
RE: Excel tables – moving column best practices?

If your data is in its final presentation mode and you do not need to maintain formulas in the output, then I would recommend using Power Query to rea...

3 years ago
Reply
RE: Numbers copied and pasted from excel into access change - any ideas

Deidre Taking another approach, please attach a sample excel sheet and a sample access workbook showing your issue. Tell us exactly how you take t...

3 years ago
Reply
RE: VBA Excel Question

Look at this link for tutorial

3 years ago
Forum
Reply
RE: Power Query - Data transformation help!

The link provided takes me on the internet to "Page Not Found" In any event, you can bring a PDF file into Power Query also called Get and Tra...

3 years ago
Forum
Reply
RE: Min, Max, Average or Sum variable number of columns

A Workbook would be very handy. I am guessing that your data should be normalized by unpivoting your table and doing a Group By on the products to fi...

3 years ago
Forum
Reply
RE: How to select the most recent date from multiple data for the same ID

1. With Power Query or Get and Transform Data depending on what version of excel you have, load your data to the PQ editor. 2. Group your query o...

3 years ago
Forum
Reply
RE: How to select the most recent date from multiple data for the same ID

let Source = Excel.CurrentWorkbook(){[Name="Table1"]}[Content], #"Grouped Rows" = Table.Group(Source, {"License plate no"}, {{"Latest Closed Date", ea...

3 years ago
Forum
Reply
RE: Summary of ranges in a dynamic table

Lea If you normalize your data as I have done in the attached by unpivotting the data, then you can apply Excel formulas like Sumifs or pivot your ...

3 years ago
Page 8 / 15