Forum

Catalin Bombea
@catalinb
Admin
Member
Joined: Nov 8, 2013
Last seen: Jul 3, 2025
Topics: 1 / Replies: 1936
Reply
RE: Executing multiple queries at once

ops, sorry, it's a mac... Power Query is not available in that mac version

6 years ago
Reply
RE: Executing multiple queries at once

Why not Get Data>From File> From Folder? Just put all text files in that folder and you will get data from all in a single query.

6 years ago
Reply
RE: How to append columns inside of a same query in PowerQuery?

Hi Felipe, Assuming that you have the data in a table named Table1, you can use the following query: Date Time Value Time2 Value2 ...

6 years ago
Forum
Reply
RE: Want to send a range in a sheet with Outlook. But I want to give the user an option for attachment or copy

Hi Robert, You can replace the line .HTMLBody = RangetoHTML(Rng) with: If MsgBox("Send as attachment?", vbYesNo, "Sending Data") = vbY...

6 years ago
Forum
Reply
RE: DAX PowerPivot - How to calculate the following problem

Hi Hai, In your goal table there is no relationship to the first 2 tables, can you clarify? For example, Goal table has this: 500*1, but table 2 ha...

6 years ago
Forum
Reply
RE: Hours and Minutes with [h];mm; breaks when entering more than 9999:59 'thingies'...

Hi Brian, No excel developer can tell you what microsoft engineers had in mind when they built the system. The science behind can be very complex, ...

6 years ago
Reply
RE: Hours and Minutes with [h];mm; breaks when entering more than 9999:59 'thingies'...

Hi Brian, I used to fly gliders, so never reached 10000 hours. Unfortunately, looks like excel will treat as text hours over 10000. I suggest us...

6 years ago
Reply
RE: Report on multiple entries (bad wording)

Hi Ron, Assuming that you have your data in Table1, you can add the list you want to search for in a new table-Table3. The query looks like this...

6 years ago
Forum
Reply
RE: Cleansing - made easy??

Hi Kristine, For Type, you can simply extract text before delimiter: = Table.TransformColumns(#"Changed Type", {{"Type", each Text.BeforeDelimit...

6 years ago
Forum
Reply
RE: Office 365 64-bit active x incompatibility?

Hi Trevor, Just a thought: You should write a code (in the 32 bit version, to avoid crashes) to replace all those active x buttons with shapes, ...

6 years ago
Reply
RE: How to define parameters using SQL in Power Query

Hi Peter, You can Setup a table in an excel sheet, with your parameters, dropdowns. Let's say your table has 2 columns: Parameter Valu...

6 years ago
Forum
Reply
RE: Searching for Data With a User Form

Hi Christopher, You can play around with one of the search forms I'm using, see the file attached. Type 008 for example in the Search for box.

6 years ago
Reply
RE: How to manage flow over the time

The last 3 files brings even more confusion. Initially, you had: Date Code Name 4/02/2020 35 Lara 5/02/2020 36 John 6...

6 years ago
Forum
Reply
RE: How to manage flow over the time

You can see in the file attached a solution to keep existing data in Power Query and append data from same file as new rows at each refresh. Each t...

6 years ago
Forum
Reply
RE: How to manage flow over the time

STEFANO ROSSI said I think that PQ is a good solution... Sorry to disappoint you, what you want looks more like a customer count over time nor...

6 years ago
Forum
Page 74 / 130