Forum

Philip Treacy
Philip Treacy
@philipt
Admin
Member
Joined: Oct 5, 2010
Last seen: Jun 4, 2025
Topics: 61 / Replies: 1572
Reply
2 years ago
Forum
Reply
RE: SUMIF in POWER QUERY

Hi Alan, So the end result would look like this? Description Amount SumColumn 1001 150 600 1001 200 600 1001 250 60...

2 years ago
Forum
Reply
RE: SUMIF in POWER QUERY

You're welcome. Phil

2 years ago
Forum
Reply
RE: SUMIF in POWER QUERY

Hi Serghei, Try this in a new column List.Sum(let _Acc = [Account] in Table.SelectRows(#"Changed Type", each [Description] = _Acc)[Amount]) S...

2 years ago
Forum
Reply
RE: Count Number for each month and year

Hi Paul, No file atatched. regards Phil

2 years ago
Reply
RE: Sort list dynamically but starting from today

This article explains the new Array Shaping Functions Regards Phil

2 years ago
Reply
RE: Create a list of decimal numbers between values in two columns

Hi Alan, See attached file. When I was doing this I was getting a problem (bug?) with List.Numbers. The idea is to create a list of x numbers w...

2 years ago
Forum
Reply
RE: Find which digits are used in 10 digit numbers and count which number is used how many times in Excel

Hi Rahul, You can do this in Power Query with this code which you'll find in the attached file. NOTE the column containing the 'numbers' must be t...

2 years ago
Reply
RE: Calculate rolling average in power query

Hi Andy, There are a few ways to do it but the easiest would be to add an Index column starting from 1, then use List.FirstN to get the items in th...

2 years ago
Forum
Reply
RE: Automatic assign team members to projects

Hi Vinh, Can you please supply a file with sample data so we don't have to recreate it and perhaps make mistakes with the table layouts. Regards...

2 years ago
Forum
Reply
RE: Dates Formatted as Text with Power Query Conversion Fails

Hi Michael, no file is attached. Regards Phil

2 years ago
Reply
RE: Multiple V & H lookup in 2010

Hi Paul, Can't really help you without some data to work with and an explanation of what result(s) you want. regards Phil

2 years ago
Reply
RE: Simple string body to display in an email

Hi Roger, You haven't actually said what the problem is, and any error that VBA generated would assist in finding the issue. However after runni...

2 years ago
Forum
Reply
RE: number coloring positive green negative red in card visual in power bi

Hi, I wrote about this topic here Conditional Formatting in Power BI You can do this 2 ways: 1) Using formatting based on rules 2) Using f...

2 years ago
Page 7 / 109