Forum

Catalin Bombea
@catalinb
Admin
Member
Joined: Nov 8, 2013
Last seen: Jul 3, 2025
Topics: 1 / Replies: 1936
Reply
RE: How to manage flow over the time

Ok, great, we made 1 baby step forward. Question 2: do you want to see only current day compared to previous file? Or you want to store all previou...

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

Sorry, still wrong answer. I understand that they dissapear. The question is not WHY they dissapear, the question is HOW? That row is simply ERASED...

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

I understand that there are 3 situations. My question was very specific, for one situation, to understand how that situation is handled, they just "di...

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

I don't understand your process to be able to help. Your first table is just a list of names, codes and dates. How do you define records that co...

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

Hi Stefano, In Nuove query you have this: = Table.NestedJoin(#"Giacenti Precedenti", {"Code"}, Giacenti, {"Code"}, "Giacenti", JoinKind.RightAnt...

6 years ago
Forum
Reply
RE: Find Max for multiple entries

It's the term value converted to a number that can be used in calculations and comparisons (MAX, <>)

6 years ago
Forum
Reply
RE: Splitting numbers from Address column

Hi Wico, A while ago, found a very interesting solution, that opens another hidden gate for Power Query. Seems that we can use the power of Java...

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

Hi Stefano, Can you describe the process? What steps needs to be made in your files to achieve what you're after and what does not work?

6 years ago
Forum
Reply
RE: Find Max for multiple entries

Hi Cheryl, Please take a look at the attached file and let me know if this is what you're after.

6 years ago
Forum
Reply
RE: Power Query - Index and Offset

In Power Query, add a new column with this formula: if Text.Contains([Name],"PARENT") then [Name] else null Then select the new column and use t...

6 years ago
Forum
Reply
RE: Loop through controls & ranges

Hi Mansoor, Please provide a sample file so we can see your data structure, it's hard to follow your description. If you prefer a generic soluti...

6 years ago
Forum
Reply
RE: DataSource Error

Hi Vivian, There may be restrictions applied by the web server for incoming connections. On first attempt, the query completed fast, no errors. ...

6 years ago
Forum
Reply
RE: Find Max for multiple entries

Hi Cheryl, Is it possible to have more than 1 term value at the same date? In this case, a measure will return more than 1 value for the latest dat...

6 years ago
Forum
Reply
RE: Power Pivot Date Table not Updating

You're welcome, Glad to hear you're happy with the solution, thank you for your feedback 🙂

6 years ago
Forum
Reply
RE: Powerquery - create index column

Hi Percy, Steps: 1. Grouping by Parent and Child, return All Rows (no aggregation) 2. Add a new column with AddIndexColumn formula, referring...

6 years ago
Forum
Page 75 / 130