Forum

Catalin Bombea
@catalinb
Admin
Member
Joined: Nov 8, 2013
Last seen: Dec 22, 2025
Topics: 1 / Replies: 1937
Reply
RE: Power Query VLOOKUP Merge issue

Hi Mathias, When merging 2 queries, you need to make sure that the key columns pairs have the same format( numeric, text, date and so on). For exam...

7 years ago
Forum
Reply
RE: Extracting Text

Hi Robert, There is no pattern matching in Power Query yet unfortunately. But you can build your custom pattern matching, like I did in the atta...

7 years ago
Forum
Reply
RE: Appended data

Hi Luna, The attached file does not clarify things, brings even more confusion. That's because a table cannot have more than 1 column with the s...

7 years ago
Forum
Reply
RE: Get value from another record

Hi Ken, You can select the rows from a previous step, here is an example: Table.SelectRows(ChangedType, (x)=> [Item] = x[Item] and Date.Month...

7 years ago
Forum
Reply
RE: Custom Column Formula

You know that you can cancel a query refresh? Right click the query and choose... Cancel.

7 years ago
Forum
Reply
RE: Date Problem

If type is not specified, it will be considered as type any. You can specify a type if you want, but it should not be text, as the position is an i...

7 years ago
Forum
Reply
RE: Custom Column Formula

You never sent your file with queries, you just sent the data.

7 years ago
Forum
Reply
RE: Date Problem

Hi Cedric, Have you tried: let #"Race 1" = (varDate as text, Position) => let Source = Web.Page(Web.Contents("https://entries.horseracingnati...

7 years ago
Forum
Reply
RE: Date format difference in Pivot table vs PowerQuery table

If your date format in system settings (Control Panel) is set to Australia dd/mm/yyyy, in PQ you just need to change the type of the column to Date, n...

7 years ago
Reply
RE: Date format difference in Pivot table vs PowerQuery table

Can you check your system settings? Which is the date format in Control Panel-Regional Settings?

7 years ago
Reply
RE: Custom Column Formula

Hi Aye, You can use this formula to count how many unique categories are in the data table for the same ID: =SUM(IF(FREQUENCY(IF([ID]=C2, MATCH(...

7 years ago
Forum
Reply
RE: Excel Power Pivot - Many to Many relationships

Hi, for simple questions like this, you can combine the 2 tables into 1 using Power Query, then create simple pivot tables, like in the file attached....

7 years ago
Forum
Reply
RE: Custom Column Formula

Hi Aye, I requested a file with your real queries since message no. 16: "You will have to prepare a sample source file you are using, with fake dat...

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

The function is selecting only the rows from the lookup table where the Diagonal is smaller than the parameter passed to this function: Table.Selec...

7 years ago
Forum
Reply
RE: Custom Column Formula

Try to optimize the query, that's all you can do. For example, you have this in FilterID function and in MedicareCSV: #"Changed Type" = Tabl...

7 years ago
Forum
Page 95 / 130
0