Forum

Philip Treacy
Philip Treacy
@philipt
Admin
Member
Joined: Oct 5, 2010
Last seen: Jun 6, 2026
Topics: 61 / Replies: 1588
Reply
RE: How to reference a measure in M

No worries Simon. When you start using PQ a lot you see how awesome it is, it'll change your life. regards Phil

4 years ago
Forum
Reply
RE: Problem with multiple-select Drop down list

Hi Tammy, I'm not sure what you mean by i got some problems the first one is: when i use codes for another thing Can you provide the file you ar...

4 years ago
Forum
Reply
RE: Is a cookie pop-up the problem?

Hi Simon, The webpage appears to have changed since you wrote that query. Some column names have changed e.g. Wins instead of Win Runs, and some c...

4 years ago
Forum
Reply
RE: Conditional Table.ReplaceValue not working with nulls or blanks

Hi Pieter, It's because you're using Replacer.ReplaceText. So PQ is only looking to replace text, null is not text. If you use Replace.ReplaceV...

4 years ago
Forum
Reply
RE: Combine Duplicates and Sum the result

Hi Colin, When you have a duplicate in the Selection column, how do you decide which to keep? I can't see any logic to how this is chosen. If you...

4 years ago
Forum
Reply
RE: 13 months roll sorting in graphs

Hi Emmanuelle, Are those dates actually stored as dates? Or are they text? If they are not stored as dates then they won't sort correctly. R...

4 years ago
Reply
RE: Conditional Table.ReplaceValue not working with nulls or blanks

Hi Pieter, I misunderstood. You can use this to replace null values but you end up with xxx instead which still needs to be dealt with. Not sure ...

4 years ago
Forum
Reply
RE: Conditional Table.ReplaceValue not working with nulls or blanks

Hi Pieter, I would merge the Office and GuestRole columns; select them both then right click one of the column headers and click on Merge Columns ...

4 years ago
Forum
Reply
RE: How to reference a measure in M

Hi Simon, You say measure so you are talking about the result of a DAX calculation? There's no way to refer to the measure from inside the PQ ed...

4 years ago
Forum
Reply
RE: Creat user define function

Hi Vasim, If you change tolerances then you need to change the values in the lookup table that looks up the tolerance and the corresponding value (...

4 years ago
Forum
Reply
RE: When will the sum of 2 fields be >= 90 if they increase by 1 every year?

Hi Kathi, You can work out how many years until a person reaches 90 with this formula =IF((90-(B3+C3))<0,0,ROUNDUP((90-(B3+C3))/2,0)) ...

4 years ago
Reply
RE: Creat user define function

Hi Vasim, No need for VBA, you can replace your IF statements with a lookup =VLOOKUP(ABS(I6),$Q$4:$R$9,2,TRUE) See attached file for my solut...

4 years ago
Forum
Reply
RE: Creat user define function

Hi Vasim, Please state what it is that you want as a result. Please provide a workbook with code. An image isn't a huge amount of use if it m...

4 years ago
Forum
Page 15 / 110
0