Forum

Philip Treacy
Philip Treacy
@philipt
Admin
Member
Joined: Oct 5, 2010
Last seen: Jun 6, 2026
Topics: 61 / Replies: 1588
Reply
RE: Is there anything like Min/Max for numbers in PQ

Hi RaiSta, You could try if Text.Length(<txt>) > 0 then Text.Start(<txt>, MAX(0,Text.Length(<txt>)-1)) else null Regards...

4 years ago
Forum
Reply
RE: Importing Multiple PDF's

Hi Nivian, Nothing is attached - you need to click on the Start Upload button to upload the file(s). What version of Office are you using? Ar...

4 years ago
Reply
RE: Power Query Error

Hi Keith, Looks like the account being used to access the file does not have the required permissions to do so. If you've just moved everything ...

4 years ago
Forum
Reply
RE: Any ideas how to sort a table (.ListObjects(1)) by column 3, then by column 4?

Hi, Try this Sub SortCols() ActiveSheet.ListObjects("Table1").Sort.SortFields.Clear Range("Table1").Sort Key1:=Range("Table1[[#All],[Col3...

4 years ago
Forum
Reply
RE: Fill down blank cells in Power Query

Hi Johnson, In the query I don't see any step that tries to Fill Down. I also don't see where you tried to replace ' as blank. And if I search th...

4 years ago
Forum
Reply
RE: skip those URLs which generate errors on request

Hi Chloe, There's no file attached, you need to click on Start Upload after selecting the file. But, I think what you are trying to do can be do...

4 years ago
Forum
Reply
RE: skip those URLs which generate errors on request

Hi Chloe, Can you please provide some sample data and explain how you know some links are wrong and when/why an error will occur. Without these ...

4 years ago
Forum
Reply
RE: Power Query - How to add multiple columns from parent to Nested Tables?

Hi Richard, I'm not sure if you are appending or merging data, it'll depend on the structure of our tables. But you could try something like this ...

4 years ago
Forum
Reply
RE: Power BI - Matrix Cell Value (Date) Highlight when date is in the past

Hi Stuart, You can write a measure like this CF Expired Cert = IF(MIN('Data'[Expiry Date]) < TODAY(), "RGB(240,0,0)") Then set the...

4 years ago
Reply
RE: Power BI - Matrix Cell Value (Date) Highlight when date is in the past

Hi Stuart, Can you supply your PBIX file? regards Phil

4 years ago
Reply
RE: Counting blank cells with a concatenation based on the count value

Hi Papaku, Try this =IF(COUNT(A2:G2)>0,COUNT(A2:G2) & " trainings completed", "No training completed to date") regards Phil

4 years ago
Reply
RE: How to collapse multiple rows of data coming from the web dynamically,such that its individual rows matches with its ID number in powerquery

Hi Femco, Please provide some data to work with. If you have it in PQ then you can provide it in a workbook for me, rather than me having to type ...

4 years ago
Forum
Reply
RE: How to collapse multiple rows of data coming from the web dynamically,such that its individual rows matches with its ID number in powerquery

Hi Femco, Please provide some sample data so we don't have to recreate it. Please provide an example (image, table, workbook) of what you want y...

4 years ago
Forum
Reply
RE: usage of data streamer

Hi Salim, Please check these links What is Data Streamer? (microsoft.com) Enable Data Streamer in Excel - Excel Data Streamer | Microsoft Doc...

4 years ago
Page 18 / 110
0