Forum

Catalin Bombea
@catalinb
Admin
Member
Joined: Nov 8, 2013
Last seen: Dec 22, 2025
Topics: 1 / Replies: 1937
Reply
RE: Custom Column Formula

Hi Aye, No idea what you're doing there. Why is filteredID a blank query? Also, what is "List.Count(List.Distinct([FilteredID][Category])" for? ...

7 years ago
Forum
Reply
RE: Rows into Columns, and Combine Rows with Tricky Structure

Take a look at the previous step, just above Filled Up step. There should be a column named "ticket_doc", the next step query says it cannot find that...

7 years ago
Forum
Reply
RE: Calculating # customers / # orders in banding table

Hi Alison, You have added fields from Banding table (Label) into the pivot table, but there is no relationship between Banding and Orders Intake ta...

7 years ago
Forum
Reply
RE: Lookup to nearest matching value

Hi baxbax, you can use the following function, that replicates the nearest match lookup: (Parameter)=> let Source = Excel.CurrentWorkbook...

7 years ago
Forum
Reply
RE: Custom Column Formula

instead of source = Data use: Source=Table.Buffer(Data) Then you will add your custom column.

7 years ago
Forum
Reply
RE: List dates within start date and end date as a list. Suggestions for doing the reverse

That's what the example I prepared is doing: takes a 1 column list of dates, then combines them into a "From:...To:..." dates range.

7 years ago
Forum
Reply
RE: Add Calculated Columns and use new parameter value

Hi Allison, Noticed that you have a list created by a query, Report Date. Is this dates list you want to append as a new column to your data table?...

7 years ago
Forum
Reply
RE: Custom Column Formula

You can use Table.Buffer(previousStepName) before adding the new column, this will load the data table to memory instead of querying again and again t...

7 years ago
Forum
Reply
RE: Custom Column Formula

Hi Aye, Please take anther look into the attached file. The function does not need to perform so many steps, use a data query that takes source ...

7 years ago
Forum
Reply
RE: Rows into Columns, and Combine Rows with Tricky Structure

Descriptions needs to be combined into a single line of text in this case. This can be done fairly easy, by filling down the ticket doc ID to all r...

7 years ago
Forum
Reply
RE: Rows into Columns, and Combine Rows with Tricky Structure

Hi Todd, Before each group, there is a description like: " There is an issue with the back side fuse post_text box that is misbehaving " ...

7 years ago
Forum
Reply
RE: List dates within start date and end date as a list. Suggestions for doing the reverse

Hi Sylvain, You can prove that without much pain... You can calculate the difference between all start-end dates, the total should be equal to the ...

7 years ago
Forum
Reply
RE: Custom Column Formula

Hi, You can add a blank query (From Other Sources-Blank Query), then open the Advanced editor and replace what's in there with the code I sent in t...

7 years ago
Forum
Reply
RE: Custom Column Formula

There is not much about it, it's just your data table imported into query, then filtered by ID. If you remove the first line, it will be just a normal...

7 years ago
Forum
Reply
RE: Rows into Columns, and Combine Rows with Tricky Structure

Hi Todd, Can you please upload a sample text file as it is exported from that database? Pasted data in browser will alter the data, the browser is ...

7 years ago
Forum
Page 96 / 130
0