Forum

Catalin Bombea
@catalinb
Admin
Member
Joined: Nov 8, 2013
Last seen: Jul 3, 2025
Topics: 1 / Replies: 1936
Reply
RE: Include / exclude queries from “Refresh All”

Hi Pieter, Best is to start the macro recorder, to get the piece of code you need. That's what I did, here is the code generated to update a spe...

5 years ago
Forum
Reply
RE: HIDE/UNHIDE COLUMNS AND ADD SUBTOTALS

Hi Amien, A pivot from that data will never work, structure is simply wrong. Mixing source data with a visual is a bad idea, any report that wil...

5 years ago
Forum
Reply
RE: Loop Macro Through Multiple Workbooks in the Same Folder

The folder dialog is there to ask you where you want to save the generated PDF, not to open all excel files from there. You can use sample code fro...

5 years ago
Forum
Reply
RE: Splitter.SplitTextByAnyDelimiter

List.Max cannot be used on text values, will apply an alphabetical text sorting, in your example list.max will return the text that starts with USA......

5 years ago
Forum
Reply
RE: Splitter.SplitTextByAnyDelimiter

Really don't understand what you mean. I tried your query, with both scenarios: -adding "/aaa" at the end of the third value, -adding "aaa/" ...

5 years ago
Forum
Reply
RE: Splitter.SplitTextByAnyDelimiter

I'm not able to open your pbix file, it's incompatible with my PBI version (Version: 2.84.981.0 64-bit (August 2020)) Can you provide the example o...

5 years ago
Forum
Reply
RE: Splitter.SplitTextByAnyDelimiter

Hard to understand how you need to have the result, I'll have to guess. I'll assume that you want to split into 5 columns AND keep whatever is afte...

5 years ago
Forum
Reply
RE: PowerQuery - Extracting information from the very first sheet of a workbook

Try Web instead of Files: Source = Excel.Workbook(File.Contents("C:UsersCatalinDesktopCopy of 2_1_2a21_smc.xls"), null, true), Source = Excel.Workb...

5 years ago
Forum
Reply
RE: Splitter.SplitTextByAnyDelimiter

You cannot split each row into separate columns. Add a column with Text.Split , you can pass a different separator to each row. The result will be ...

5 years ago
Forum
Reply
RE: PowerQuery - Extracting information from the very first sheet of a workbook

Hi Javier, Try this query: (You should replace the path to the file with yours) let Source = Excel.Workbook(File.Contents("C:UsersCatalin...

5 years ago
Forum
Reply
RE: PowerQuery - Extracting information from the very first sheet of a workbook

Hi, Can you upload a sample source file with those multiple sheets?

5 years ago
Forum
Reply
RE: Summing inputs and transposing to new tab

You will have to reorganize the data. Are you familiar with power query?

5 years ago
Reply
RE: Graph losing connection to named ranges in SharePoint

Hi Nikolai, Never seen this before, unfortunately. However, I'm not an intensive SP user, hope others can help.

5 years ago
Reply
RE: Loop Macro Through Multiple Workbooks in the Same Folder

Hi Stephanie, You can reuse the code you have: With Workbooks.Open(xFdItem & xFileName) create_and_email_pdf ' that's all you need, th...

5 years ago
Forum
Reply
RE: Include / exclude queries from “Refresh All”

Hi Pieter, RefreshAll does not take parameters. Instead of RefreshAll, you have to specify each pivot you want to refresh: Sheets("Sheet1").Pivo...

5 years ago
Forum
Page 58 / 130