Forum Discussion
divumj
Helper I
1 year agoCreating unique template work
Hi All I am in process of creating multiple template for comparing two set of data. I need to repeat few steps again and again in all template. Is there any way I can create a dummy template ...
- 1 year ago
Hi divumj
Have a look at creating custom Power Query functions and see if that is something suitable for your use-case.
https://learn.microsoft.com/en-us/power-query/custom-function
- 1 year ago
Yes, you can use custome function .
for examle
(x,y)=> List.Difference(x,y)
dk_dk
Super User
1 year agoHi divumj
Have a look at creating custom Power Query functions and see if that is something suitable for your use-case.
https://learn.microsoft.com/en-us/power-query/custom-function