Forum Discussion
M formula explanation - Table.SelectRows
- 7 years ago
It's not a function name, it's an input parameter of the function, you may refer to tutorials belew about custom function in power query.
http://radacad.com/writing-custom-functions-in-power-query-m
https://blogs.msdn.microsoft.com/mvpawardprogram/2013/08/19/creating-power-query-functions/
Community Support Team _ Jimmy Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
v-yuta-msft thank you very much for your answer.
I am getting the idea of buffered tables. In my example the buffered table is called zmenyBuf.
But I am still not sure about this syntax:
(tempNazev) => Table.SelectRows(zmenyBuf,each tempNazev [m]>= [od] and tempNazev [m]<= [do] and tempNazev [ID]=[ID]), Value.Type(zmenyBuf)
what is the function name of (tempNazev) => ?
Could you provide any links with more information about this syntax?
Warm regards
It's not a function name, it's an input parameter of the function, you may refer to tutorials belew about custom function in power query.
http://radacad.com/writing-custom-functions-in-power-query-m
https://blogs.msdn.microsoft.com/mvpawardprogram/2013/08/19/creating-power-query-functions/
Community Support Team _ Jimmy Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.