Forum

Philip Treacy
Philip Treacy
@philipt
Admin
Member
Joined: Oct 5, 2010
Last seen: Aug 22, 2025
Topics: 61 / Replies: 1579
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...

3 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

3 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

3 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 ...

3 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...

3 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...

3 years ago
Reply
RE: Table.Buffer - Queries won't Refresh on other computers

Hi John, I don't see why that wouldn't refresh on another PC. When you say it doesn't work for others, how so? What is MyDataSet? Perhaps th...

3 years ago
Forum
Reply
RE: Table.Buffer - Still not sorting

Hi Kirsty, Try putting Table.Buffer inside Table.Sort e.g. Table.Sort( Table.Buffer(#"Extracted Day Name1"), .... ) regards Phil

3 years ago
Forum
Reply
RE: Using any IF or SWITCH function slows model to the point of being unusable

Hi Patrick, You can simplify your code to this =VAR ThisDeptID = MAX(dataPnLDetail[DepartmentOrder]) RETURN if(ThisDeptID <=4,ThisDeptID) ...

3 years ago
Forum
Reply
RE: Compile error having copied your "Display all...userform

Hi Barry, The Listbox has a setting that controls the number of columns it contains. You had it set to 1 column, it just needs to be set to 4. ...

3 years ago
Forum
Reply
RE: Data model when key is the same in several source data files

Hi Erik, I'm having trouble picturing things without seeing the data. Can you please attach some sample files/data and an example of the final res...

3 years ago
Forum
Reply
RE: Power Query - Using custom column to replicate transformation techniques across all tables

Hi, You need to explain and show through examples, what transforms you wish to perform. The file you supplied has no queries so I am none the wise...

3 years ago
Forum
Topic
Replies: 2
Views: 307
Reply
RE: Power Query - Using custom column to replicate transformation techniques across all tables

Hi, You could modify the Transform Sample File query (it's one of the Helper Queries created automatically in PQ) so that it removes the first row ...

3 years ago
Forum
Reply
RE: Need help with if/then or ifs equation to help public determine which rules apply

Hi Chad, You can do this with a combination of data validation, tables (for lookup) and this formula =XLOOKUP(D4,ZoningDistricts[Zoning District...

3 years ago
Page 18 / 110