Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hey all
Need some information about the below questions:
I'm trying to create a function in Fabric Data Warehouse
Any insights or pointers would be greatly appreciated.
@(v-nikhilan-msft)
Solved! Go to Solution.
Hi @jashfabric
Thanks for using Fabric Community.
1) You can create UDF in warehouse.
But scalar functions are not yet available in Fabric. For more information please refer to this link: Link1
For Transact-SQL functions, all scalar data types supported in Azure Synapse Analytics are allowed. The rowversion / timestamp data type is not a supported type. The cursor and table nonscalar types are not allowed.
CREATE FUNCTION (Azure Synapse Analytics and Microsoft Fabric) - SQL Server | Microsoft Learn
Hope this helps. Please let us know if you have any further questions.
Hi @jashfabric
Thanks for using Fabric Community.
1) You can create UDF in warehouse.
But scalar functions are not yet available in Fabric. For more information please refer to this link: Link1
For Transact-SQL functions, all scalar data types supported in Azure Synapse Analytics are allowed. The rowversion / timestamp data type is not a supported type. The cursor and table nonscalar types are not allowed.
CREATE FUNCTION (Azure Synapse Analytics and Microsoft Fabric) - SQL Server | Microsoft Learn
Hope this helps. Please let us know if you have any further questions.