Forum

Alan Sidman
Alan Sidman
@alansidman
Moderator
Member
Joined: Oct 18, 2018
Last seen: Jun 6, 2025
Topics: 3 / Replies: 222
Reply
RE: Text Function with Nested IF conditions? Possible?

Try this Mcode let Source = Excel.CurrentWorkbook(){[Name="Table1"]}[Content], CheckColors = Table.AddColumn(Source, "Custom", each if[Colors]="Gre...

4 years ago
Forum
Reply
RE: Group and transpose table

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

4 years ago
Forum
Reply
RE: power query etract values begining with a number.

How about loading a sample workbook showing what you have and then mock up what you expect the results to look like. We can then analyze and provide ...

4 years ago
Forum
Reply
RE: power query etract values begining with a number.

if Text.StartsWith([Our Ref_1],{0..9}) then [Our Ref_1] else null))) try this

4 years ago
Forum
Reply
RE: Dependant Dropdown

Have you looked at this tutorial?

4 years ago
Reply
RE: Query Protected Sheets

You will need to unprotect them either manually or with VBA. Then once you have refreshed the query, then protect either manually or with VBA

4 years ago
Forum
Reply
RE: Year on Year Calculation

Can be done using Pivot Table and calculating the differences year over year. See the attached

4 years ago
Forum
Reply
Reply
RE: How to group the text or Numbers

Will this presentation work for you. I did this in Power Pivot and the link to show you how I did this follows.

4 years ago
Forum
Reply
RE: Error Message received with Text.Replace

Thank you both. I now have it working with both solutions. Just so you know, I was working off one of Phil's Blogs as an example. Good on both of...

4 years ago
Forum
Reply
RE: Error Message received with Text.Replace

@Catalin. Tried your suggestion but it did not compute. PQ did not accept the line of Mcode. Did not throw an error, but did post some gibberish in...

4 years ago
Forum
Topic
Forum
Replies: 6
Views: 1458
Reply
RE: Speed of Processing

Check your connections and see if you have Excel refresh the query upon opening. If so, you can turn it off if you don't need it to refresh.

4 years ago
Forum
Page 13 / 15