Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

Reply
divumj
Helper I
Helper I

Creating 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 which can work on every automation, I can add the operation on excel and power query read those and perform including column names.

2 ACCEPTED SOLUTIONS
dk_dk
Super User
Super User

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





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!





View solution in original post

Omid_Motamedise
Super User
Super User

Yes, you can use custome function .

for examle 

 

 

(x,y)=> List.Difference(x,y)


If my answer helped solve your issue, please consider marking it as the accepted solution.

View solution in original post

3 REPLIES 3
divumj
Helper I
Helper I

Let me go through and check but it seems workable for me

Omid_Motamedise
Super User
Super User

Yes, you can use custome function .

for examle 

 

 

(x,y)=> List.Difference(x,y)


If my answer helped solve your issue, please consider marking it as the accepted solution.
dk_dk
Super User
Super User

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





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!





Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

February Power BI Update Carousel

Power BI Monthly Update - February 2026

Check out the February 2026 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors