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
- SMATINMicrosoft EmployeeThank you for your feedback. SQL scalar UDFs in Fabric Warehouse are currently in preview phase.
Recent ideas
Data Pipelines - Run only selected activities
For debugging and testing pipeline activities during development, allow us to select one or multiple activities and run only the selected pipeline activities. For example, I'm working on editing ...frithjof_v23 hours agoCommunity ChampionNew618Views11likes2CommentsSemantic model connection bindings should be in source control (Git)
Semantic model data source connection bindings should be source controlled. A semantic model can contain multiple data source references, each of which can be mapped to a separate Fabric data connec...frithjof_v1 day agoCommunity ChampionNew21Views1like0CommentsBulk changing column names in Visualizations Pane
We often use raw/api column names or measures with a set nomenclature to be consistent and to keep track of them but we do not want to display these names in the visuals. Currently we have to change ...vishal1401971 day agoFrequent VisitorNew6Views0likes0Comments