Forum

Catalin Bombea
@catalinb
Admin
Member
Joined: Nov 8, 2013
Last seen: Jul 3, 2025
Topics: 1 / Replies: 1936
Reply
RE: filter based on range in power query

Hi Adolfo, The syntax is a bit different: = Table.AddColumn(#"Changed Type", "Custom", (x)=> Table.SelectRows(Table2,each _[Column1]=x[Column...

5 years ago
Forum
Reply
RE: Refresh Power query (again 🙁

Hi Andrea, I'm not seeing Table.Buffer anywhere. There is another function: #"Invoke Custom Function1", can you provide the query code for that? Th...

5 years ago
Forum
Reply
RE: Cascading Queries

Hi Franz, I'm a newbie in cascading costs, so it will be important for me to see a sample of the source data and how the result should be. Pleas...

5 years ago
Forum
Reply
RE: Add manually filled column to query output table

Hi Patrick, Indeed, as Mynda said, you need to have a manual table with comments and merge it with the data query from folder. Using an index co...

5 years ago
Forum
Reply
RE: Funny characters in Power BI visuals

Might be just floating point calculation errors, simply round those columns to 2 or 4 decimals. Those are not funny chars, it's a scientific number...

5 years ago
Forum
Reply
RE: Error beyond first 1,000 rows in PQ Editor

Hi Paul, Add a step with Keep Rows with errors, this way you'll have them all on screen. After you identify the errors, you can just remove the Kee...

5 years ago
Forum
Reply
RE: Slow Refresh With Background Preview Turned Off

Hi Salman, Try both places (Source, step 9), see which one is faster. Buffering is a trial-error process, not a fail-proof recipe, sometimes works,...

5 years ago
Forum
Reply
RE: Slow Refresh With Background Preview Turned Off

Hi Salman, Background data preview might help only when you are in power query editor, that's the place where the preview is used. In a normal refre...

5 years ago
Forum
Reply
RE: Websites with the same table in different positions

Hi Fabian, When you start the query from Web, make sure that you click on the left side the folder, not on one of the tables and click on Transform...

5 years ago
Forum
Reply
RE: Export Worksheet as PDF to Sharepoint Folder

You need to make sure you can access that folder from your computer. Try using the folder path in file explorer, see what happens: \usepa.sharepoin...

5 years ago
Forum
Reply
RE: Export Worksheet as PDF to Sharepoint Folder

Hi Patrick, Update the following code in your file: 'Create new PDF file name including path and file extension Dim PDFName As String PDFName ...

5 years ago
Forum
Reply
RE: Problems with multiple level unpivotting

Anyway, I duplicated one of the files, check the attached file. The process goes like this: The main query gets the files from the folder. We ad...

5 years ago
Forum
Reply
RE: Problems with multiple level unpivotting

that folder has one file only, not 2, please check again. Please upload the files here in forum, no need to add links here. There is an attachme...

5 years ago
Forum
Reply
RE: How can I grab reference their price instead of their sum

Group By, this is the answer. Choose the grouping keys, then For the first column that will be added, choose Sum for the Balance column as aggregat...

5 years ago
Forum
Reply
RE: Problems with multiple level unpivotting

See an example attached. I have separated the headers from data, joined them back, then appended the data. (note: you can attach a file to forum...

5 years ago
Forum
Page 71 / 130