Forum

jaryszek
@jaryszek
Reputable Member
Joined: Feb 1, 2019
Topics: 53 / Replies: 124
Reply
RE: Automating repeating steps with Power Query function

Thank you very much for such a nice explanation.

4 years ago
Forum
Reply
4 years ago
Forum
Reply
RE: Automating repeating steps with Power Query function

Oh Thank you. It worked! You are the best Catalin! Few Questions: 1. Text.Contains(_,"Cat") --> what does "_" it means? The resul...

4 years ago
Forum
Reply
RE: Automating repeating steps with Power Query function

Ok Guys, i am returning back because i do not understand how to crate this dynamically from scratch. I have file like in attachment. And the...

4 years ago
Forum
Reply
RE: How to remove columns from list

Thank you very much for help Catalin, Best ! Jacek

4 years ago
Forum
Reply
RE: How to add merge and check if column was not deleted

Hi i am going there. Sorry if i posted wrongly. There is no solution for my question there. There was entirely different topic with comparing 2 t...

4 years ago
Forum
Reply
RE: How to remove columns from list

ok, thanks. I have TableList query like here: let Source = Excel.CurrentWorkbook(){[Name="TableList"]}[Content], #"Changed Type" = Table.Tr...

4 years ago
Forum
Topic
Reply
RE: How to remove columns from list

I also tried: let TableName = "Table1", Source = TableList, #"Grouped Rows" = Table.Group(Source, {"TableName"}, {{"ColumnsToKeep", each _, type ...

4 years ago
Forum
Reply
RE: How to remove columns from list

Hmm i was trying to add column and create list from Table. The syntax is: Table.Column(table as table, column as text) as list i have no idea what...

4 years ago
Forum
Reply
RE: How to remove columns from list

Thank you very much. Ok i got it but still struggling with changing table to list type 🙂 let TableName = "Table1", Source = TableList, #"Grou...

4 years ago
Forum
Reply
RE: How to remove columns from list

Hi Catalin, thank you. i see the issue. I have this query with ColumnsToKeep in function but it is creating table which is not the list. C...

4 years ago
Forum
Reply
RE: How to remove columns from list

Hi Catalin, ok but function fnGetColumnsToKeep is working while invoking function. Ok so what should i do? let TableName = "Table1", Colum...

4 years ago
Forum
Reply
4 years ago
Forum
Reply
RE: How to remove columns from list

Ok i added function fnGetColumnsToKeep: (TableName)=> let #"Filter" = Table.SelectRows(TableList, each ([TableName] = TableName)) in #"Filter"...

4 years ago
Forum
Page 4 / 12