Forum

Catalin Bombea
@catalinb
Admin
Member
Joined: Nov 8, 2013
Last seen: Jul 3, 2025
Topics: 1 / Replies: 1936
Reply
RE: FX Measure In Power Pivot

Hi Hitesh, As mentioned, for the Average you need a month count: MonthCount:=VAR _start = STARTOFYEAR( ALL('Date'[Date] )) VAR _end = ENDOFM...

5 years ago
Forum
Reply
RE: Parts per based on BOM tree

Hi Thomas, Can you prepare an example of the most complex case, with the expected result, indicating which cells are contributing to the result?

5 years ago
Reply
RE: Issue with downloading table from web

You will need a recursive function, there are more nested lists. Here is one (name it CombineList): (Item as any)=> let Text= if Value.Is...

5 years ago
Forum
Reply
RE: Issue with downloading table from web

That's how the html table from the web page is formatted. For 15% for example, you have some text and a LIST of 17 items. Not much to do about it, you...

5 years ago
Forum
Reply
RE: Is it possible to calculate without using the columns names but relative positions Continuation

Here is the query: let Source = Excel.CurrentWorkbook(){[Name="Ophalen_Data"]}[Content], #"Changed Type" = Table.TransformColumnTypes(Source,{{"L...

5 years ago
Forum
Reply
RE: Is it possible to calculate without using the columns names but relative positions Continuation

The step Promote Headers points to Added Custom step, not the Added Difference step, so it ignores the step you added. Change from: = Table.Prom...

5 years ago
Forum
Reply
RE: Is it possible to calculate without using the columns names but relative positions Continuation

One simple trick: After you group the data, demote headers, the button for "Use First Row as Headers" has a dropdown with the opposite action: "Use He...

5 years ago
Forum
Reply
RE: Australian Pension Calculator

Hi Alastair, Please provide the math behind the required calculation, and an example with a manual calculation, including what cells are used in the e...

5 years ago
Reply
RE: Set variable values across module

Honestly, I doubt that anyone is following word by word any naming system, takes longer to learn it than learning to code :). What I said is that the ...

5 years ago
Forum
Reply
RE: Set variable values across module

Hi Alan, Let's stay on topic please, other dissertations will just make it harder to read by other visitors. There are many things classified as "c...

5 years ago
Forum
Reply
RE: Updating from Folder

Hi Jen, Please provide sample files that we can test, we are not wizards to see what you are doing (unfortunately). What do you mean that you ca...

5 years ago
Forum
Reply
RE: Updating from Folder

Hi Jen, Using automatic file combiner is not flexible, try the solution from here: A pivot table needs to be refreshed separately than PQ refresh...

5 years ago
Forum
Reply
RE: Power Query doesnt read from url address

Where is the csv name in your url? Not seeing it in any of your posted code. Web.Contents is NOT Folder.Files, in case you want to get multiple csv...

5 years ago
Forum
Reply
RE: Boolean column data type

the logical type (True/False) corresponds to the vba Boolean type.

5 years ago
Forum
Reply
RE: Check if power query is valid using VBA code

What do you mean? "i could not pass it into VBA result yes?" Do you want to replicate the Power Query engine to run the query text in VBA as a "vir...

5 years ago
Forum
Page 53 / 130