ClaudioV
5 months agoNew Member
Status:
New
SQL: Add OUTER UNION CORR–like operator (union by column name with automatic null padding)
In SAS PROC SQL, the OUTER UNION CORR operator allows vertically concatenating tables with different schemas by aligning columns by name and automatically creating missing columns filled with NULLs.
In Microsoft Fabric (Warehouse / SQL analytics endpoint / Spark SQL), this functionality is missing. Users must manually normalize schemas by explicitly adding NULL AS column_name in each SELECT, which becomes error‑prone and hard to maintain when unioning many heterogeneous datasets.
This feature is particularly important for:
- migrations from SAS to Fabric
- data lake / lakehouse ingestion patterns
- append‑only fact tables from heterogeneous sources
Adding an operator or syntax variant such as:
SELECT * FROM AOUTER UNION BY NAMESELECT * FROM Bwould significantly reduce friction and improve competitiveness with other analytics platforms.
No CommentsBe the first to comment
Recent ideas
Add "Collapse all / Expand all" to the Queries pane in Power Query Editor
Hi Fabric Community, I suggest adding a "..." menu beside Queries(n])with Collapse all and Expand all. Current state: With many queries, every group and Helper Queries folder is expanded. My 8...DataVitalizer1 day agoSuper UserNew13Views0likes0CommentsAdd Automated Pre-Upgrade Compatibility Assessment for Fabric Spark Runtimes
Microsoft Fabric should provide an automated compatibility assessment before a workspace, Environment, notebook, or Spark Job Definition is upgraded to a newer Fabric Runtime. Spark runtime upgra...mourakshit1 day agoNew MemberNew7Views0likes0CommentsSupport Creator-Independent Managed Identity and Ownership Transfer for Fabric Operations Agents
Microsoft Fabric Operations Agents should support an enterprise identity and ownership model that is independent of the individual user who originally created the agent. Today, an Operations Agent r...mourakshit1 day agoNew MemberNew11Views0likes0Comments