Hello all,
I would like ask you for a help.
This table is very short demonstration of real table which is over 50 000 rows long.
Real table is created in power query from multiple txt files and it is connection only.
This is second table which I need to complete. This table is also connection only.
I need to find out minimum and maximum value base on followinf conditions.
For Case1 range days 5 -9 including, Case2 range days 8 - 17 and so on.
This is the result which I am loking for:
Solution in excel is pretty easy, but I need create a solution in power query.
Excel solution for
Case1 Min
Case1 Max
Unfortunatelly I can't create List.Max function which accept indirect(address():indirect(adrress() as input.
Can you please help me?
I would like ask you for a help.
This table is very short demonstration of real table which is over 50 000 rows long.
Real table is created in power query from multiple txt files and it is connection only.
This is second table which I need to complete. This table is also connection only.
I need to find out minimum and maximum value base on followinf conditions.
For Case1 range days 5 -9 including, Case2 range days 8 - 17 and so on.
This is the result which I am loking for:
Solution in excel is pretty easy, but I need create a solution in power query.
Excel solution for
Case1 Min
Excel Formula:
=MIN(INDIRECT(ADDRESS(G3;2)):INDIRECT(ADDRESS(H3;2)))
Excel Formula:
=MAX(INDIRECT(ADDRESS(G3;3)):INDIRECT(ADDRESS(H3;3)))
Unfortunatelly I can't create List.Max function which accept indirect(address():indirect(adrress() as input.
Can you please help me?