The lack of a scalar function has required over 5,000 lines of code to replace what would be 12 lines of code utilizing a scaler function to perform the same calculation. Now running into the SQL Server limit of 65,535 identifiers/constant in a single expression. Microsoft needs to add this critical missing core functionality ASAP.
OR
Add options to the built-in ROUND function to allow different methods of rounding. I need ROUND(1.2345,3) to return 1.234, NOT 1.235
One of the most common rounding rules is that even numbers followed by only a 5 are not rounded up (only odd numbers are rounded up).
ROUND(1.2335,3) should (and does) return 1.234
ROUND(1.2345000005,3) should (and does) return 1.235
2 Comments
- fbcideas_migusrNew MemberStatus added:New
- SMATIN
Microsoft Employee
Thank you for your feedback. SQL scalar UDFs in Fabric Warehouse are currently in preview phase.
Recent ideas
Support Synonyms in Fabric Warehouse
Microsoft SQL Server has a very powerful feature by the way of "synonyms." It allows users and DBAs to do all sorts of powerful magic such as rewiring objects under the hood (e.g. run the code agains...matthias-bi2 hours agoRegular VisitorNew1.3KViews18likes2CommentsExpose Refresh Warnings and Informational Messages via Notifications and API
When a Power BI semantic model refresh completes successfully, the status shows Completed, even when the refresh details contain warnings or informational messages that require attention. Please pro...Jashwanth_K4 hours agoMicrosoft EmployeeNew21Views6likes0CommentsInvoke Pipeline Task - Workspace Identity Authentication
Currently, the Fabric Data Factory Invoke Pipeline task uses the user's credentials who saved the pipeline to then authenticate to the Azure Data Factory to execute the ADF pipeline. When that user'...dzebrowitz9 hours agoAdvocate IPlanned1.8KViews61likes5CommentsFabric Pipeline should run as workspace identity
Currently, Microsoft Fabric pipelines run under the identity of the last user who modified them, which can cause disruptions when tenant administrators make changes to security policies, such as enab...pellitteris9 hours agoAdvocate IINew1.4KViews27likes3CommentsBring Back separating Power BI artifacts on a per web page basis
Previously, the ability to have different artifacts open on different web tabs was enabled. This was beneficial if you wanted to differentiate what environments you were in, working across three diff...zoe-dean10 hours agoNew MemberNew56Views8likes0Comments