Hi,
I am beginning in power Query in Excel.
I have a general issue is the speed of refresh. I have something very basic code like :
Source1 = Excel.CurrentWorkbook(){[Name="tblprofit"]}[Content],
#"Filtered Rows1" = Table.SelectRows(Source1, each ([Sales organisation] <> null) and...