Forum

Alan Sidman
Alan Sidman
@alansidman
Moderator
Member
Joined: Oct 18, 2018
Last seen: Apr 20, 2025
Topics: 3 / Replies: 217
Reply
RE: Need to COUNT instances of TRUE in Power Query within 6 fields (in same table)

Easier to provide a solution if you upload the worksheet instead of picture which cannot be manipulated. I think without actually applying to data th...

1 year ago
Forum
Reply
RE: TextJoin by ID

See the attached whereby I split the first column in Power Query and then exported the query to the Data Model. This then allowed the creation of two...

1 year ago
Reply
RE: TOPN N (DAX Formulas) Issues

crossposted at: and at:

1 year ago
Forum
Reply
RE: Fields showing zero instead of null

Pictures are of little value as we can not ascertain the format or functionality of the cell values. Suggest you upload a sample file that is represe...

2 years ago
Forum
Reply
RE: Converting alphanumeric text (representing a negative number) to a negative number

let Source = Excel.CurrentWorkbook(){[Name="Table1"]}[Content], #"Changed Type" = Table.TransformColumnTypes(Source,{{"DATA", type text}}), #"Added Cu...

2 years ago
Forum
Reply
RE: Power Query - Not importing all the Columns of the file

It may be helpful if you attach the file here so that we can test the the query.

2 years ago
Forum
Reply
RE: Display multiple column on dropdown list

Instead of a drop down box from data validation, use a combo box from the Developer Tab. See tutorial

2 years ago
Reply
2 years ago
Forum
Reply
2 years ago
Forum
Reply
Reply
RE: Macro to import historical data using web query

I used Power Query to get the data for Altria from Yahoo Finance. Here is the Mcode for that import. Loaded one year's daily values very quickly. ...

2 years ago
Forum
Reply
RE: VBA Code for Spiral

Your attachment is unreadable for me. It has appeared as all WingDings.

2 years ago
Forum
Reply
RE: Power Query - Total the timesheet entries for a month by person / project

Based upon the info provided then: let Source = Excel.CurrentWorkbook(){[Name="Table1"]}[Content], #"Filtered Rows" = Table.SelectRows(Source, ea...

2 years ago
Forum
Reply
RE: SUMIF in POWER QUERY

Phil, That is exactly what I came up with. I am guessing that to get them as Serghi has, we need another column filter on. Thanks very much. You...

2 years ago
Forum
Reply
RE: SUMIF in POWER QUERY

Phil, I am curious as to how you would do the same as asked with out regard to the column Account and only total based upon the change in Descripti...

2 years ago
Forum
Page 4 / 15