Forum

Catalin Bombea
@catalinb
Admin
Member
Joined: Nov 8, 2013
Last seen: Jul 3, 2025
Topics: 1 / Replies: 1936
Reply
RE: Websites with the same table in different positions

Check where the error occurs, and avoid error: #"Added Custom" = Table.AddColumn(#"Changed Type", "FetchData", each try Liste([Webseite]) otherwise...

5 years ago
Forum
Reply
RE: Group By

Hi Linda, Why 11-Ruffle should be 115$? I know you mentioned last event, and that is Ruffle. But when you filter the table for 11-Ruffle, you will ...

5 years ago
Forum
Reply
RE: Cascading Queries

Hi Franz, That should not be called "Cascading cost", it's tornading costs... Almost twisted my brains. I had to build a recursive function to g...

5 years ago
Forum
Reply
RE: Group By

Not sure why you need a second grouping, my guess is you're not on the right direction. Grouping by 2 fields and keeping all the rows, then expanding ...

5 years ago
Forum
Reply
RE: Evaluate string from named range from Excel

You said: i have cell in Excel where i have named range name : "MyNamedRange". Now you're saying that it's not a named range, it is a defined name...

5 years ago
Forum
Reply
RE: Time and Attendance

Hi Corrie, Without proper data, there is no easy way, just workarounds, and there are chances to fail in specific scenarios. You can try this qu...

5 years ago
Forum
Reply
RE: Evaluate string from named range from Excel

Hi, You can take a value from an excel named range just like you do for any table: = Excel.CurrentWorkbook(){[Name="namedrng"]}[Content] A ta...

5 years ago
Forum
Reply
RE: Power Query Date Range - Between Two Dates

Something like this? = Table.SelectRows(#"Changed Type", each ([DATE] > Date.AddDays(Date.From(DateTime.LocalNow()),-60)) and ([DATE...

5 years ago
Forum
Reply
RE: One Stop SUPER Shop or Separate tables

17000 rows should not be a problem, should load fast enough. Looks like we have different perspectives, that's the reason for misunderstandings. I ...

5 years ago
Forum
Reply
RE: Really Slow PQ Refresh

Aravind Krishnakumar said The table about the date, is to be created using a blank query right? And just paste it? Sorry for not knowing what to do....

5 years ago
Forum
Reply
RE: Different Email Addresses based on current sheet

Hi Carlos, Where is the email address stored in the sheet? Not seeing any email in the screenshot you provided.

5 years ago
Forum
Reply
RE: One Stop SUPER Shop or Separate tables

No worries Maree, we're here to help. Yes, instead of merging tables in power query, add related formula in power pivot to bring data from those ta...

5 years ago
Forum
Reply
RE: One Stop SUPER Shop or Separate tables

Hi Maree, "In my attached data model example should I be "appending" (or is it merging?) the customer GroupView and AreaView to the CustomerView AN...

5 years ago
Forum
Reply
RE: Really Slow PQ Refresh

Hi Aravind, I was able to do a full refresh in under 1 minute, but I guess it's just the difference in computer performances. You are using powe...

5 years ago
Forum
Reply
RE: duration in year and month

Hi Aye, Duration is provided only in a few units, not year or months: You will have to convert days to years or months. 365/12 will give you t...

5 years ago
Forum
Page 70 / 130