Forum

Catalin Bombea
@catalinb
Admin
Member
Joined: Nov 8, 2013
Last seen: Jul 3, 2025
Topics: 1 / Replies: 1936
Reply
RE: Problems with multiple level unpivotting

Can you upload a sample file with the structure you described?

5 years ago
Forum
Reply
RE: Can I perform SUMIFS in Power Query without a lot of fuss?

You can add another step, to remove duplicate rows, this way you will still have all columns. The key columns that needs to be selected to remove d...

5 years ago
Forum
Reply
RE: Get Data from the folder with XMLfiles

Hi Aye, The recipe is simple: 1. Process a single xml file (Get Data From xml file), the query Source step should look like: Source = Xml.Tab...

5 years ago
Forum
Reply
RE: Get Data from the folder with XMLfiles

From the query, I guess that you are using the automatic combiner, which is not a good idea most of the times. I' sure you have received this advice b...

5 years ago
Forum
Reply
RE: Get Data from the folder with XMLfiles

the xml is a text file, any text editor will open it. Catalin Bombea said Hi Aye, Without seeing how are you processing the files, it's impossibl...

5 years ago
Forum
Reply
RE: Get Data from the folder with XMLfiles

Hi Aye, Without seeing how are you processing the files, it's impossible to provide an advice. Upload your query.

5 years ago
Forum
Reply
RE: Can I perform SUMIFS in Power Query without a lot of fuss?

Hi, You can copy the Group By step formula, remove that step and use instead a new column with the Group By formula. This way, you can expand on...

5 years ago
Forum
Reply
RE: Can PowerQuery combine all PDF copies and transform into single excel spreadsheet?

Hi, Power BI desktop has an option to import data from PDF files. Use the From Folder option, and make sure you have those pdf files in that folder...

5 years ago
Forum
Reply
RE: Calculate production flow dates

Hi Dan, There are still some things not very clear: WK09 is a week number? If so, why you have the Start Date in week 9, when the end date 27/05...

5 years ago
Reply
RE: SumProduct with PowerQuery

Hi Rajsha, Add your table to power query, then add a new column with this formula: = Table.AddColumn(#"Changed Type", "Count", (x)=> Table....

5 years ago
Forum
Reply
RE: input data from excel sheet to web page

Hi Mourad, Here is the code for that part: ' Problem is in following 4 steps If objCollection(i).Type = "submit" And objCollection(i).Value ...

5 years ago
Forum
Reply
RE: Count Zero between Startdate and EndDate

Glad to hear you managed to make it work. By the way, the last file source data is completely different to the initial file provided, I thought tha...

5 years ago
Forum
Reply
RE: Count Zero between Startdate and EndDate

Hi Chris, Already asked "Can the end date be in a different month than start date?", but did not saw a clear answer for this question, so I assumed...

5 years ago
Forum
Reply
RE: Count Zero between Startdate and EndDate

Try this query (remove last column from the existing table): let Source = Excel.CurrentWorkbook(){[Name="Table1"]}[Content], #"Extracted Day" = T...

5 years ago
Forum
Reply
RE: VBA form Password protect

Hi Steven, You don't need a form password to do that, there is no such thing. Collect user password with a text inputbox, check it, and if it's ...

5 years ago
Forum
Page 72 / 130