The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi All
Is there any way to share Custom functions to other dataflows and semantic models? I would like to share some of the common custom functions created via Dataflow in Service.
Thanks for inputs.
Solved! Go to Solution.
You can copy queries into a text repository or github and paste them into other dataflows.
If you want to go all out you can read here : Power Query M Primer (Part 25): Extending the Global Environment | Ben Gribaudo
Hi @abpgupta ,
In addition to @lbendlin answer, I am wondering if you are meaning that you just want to copy the steps from the dataflow? If so, you can just copy from Advanced Editor. Or, you could use a template with the functions you want in it and then branch off of that . If I am being too "simple" then @lbendlin answer will be the way to go.
Proud to be a Datanaut!
Private message me for consulting or training needs.
I am looking to access Dataflow a library of custom functions and can be used as linked entity in other dataflows or semantic model. With that, I can just do version control of Dataflow instead of individual custom functions.
For copy as text option, I am already using sharepoint with version history for each function. Problem with that is if I change/enhance function, all users need to copy code again. As linked entity, it should work like Power query native M functions.
Thanks. I am looking for exposing all of them as library with a Dataflow.
You can copy queries into a text repository or github and paste them into other dataflows.
If you want to go all out you can read here : Power Query M Primer (Part 25): Extending the Global Environment | Ben Gribaudo