Statistical functions like mean and percentile calculations are very helpful to get an overview about distributions of a numeric attribute and to identify outliers.
Most databases support mean and percentile as SQL aggregations or window functions like SQL Server, HANA, Oracle, and also Spark.
It looks like these functions are currently running in Power BI in a way that require loading of data to Power BI as even in Direct Query mode you get error message that the number of data is too large to be loaded.
But especially in case of larger data volume these functions are useful and therefor should be implement with true Direct Query support.
Most important for me would be true Direct Query support for functions to create information as you would typically see in a box plot.
Percentile cont
Median
With Percentile cont you can calculate 0.25 and 0.75 percentile for Q1 and Q3, calculate the IQR and then calculate thresholds for extreme outlier Q3 + (Q3 - Q1) * 1.5 resp. Q1 - (Q3 - Q1) * 1.5.
Having percentile and Median available would also enable a Box Plot visualization with true Direct Query, which currently is not possible and not available.
Having this as part of the SQL statement of Direct Query is possible, but does not work in all the dynamic elements with Power BI when filtering or changing the group by.
1 Comment
- fbcideas_migusrNew MemberStatus added:New
Recent ideas
Allow External OneLake Data Shares to Be Accepted into Multiple Fabric Item Types
Fabric External Data Sharing provides an excellent zero-copy mechanism for sharing OneLake data across tenants. However, the receiving tenant currently has to accept the share into a Lakehouse. I w...Mourak15 hours agoNew MemberNew5Views0likes0CommentsAllow OneLake Shortcut Authentication Mode to Be Changed In Place
OneLake shortcuts support passthrough and delegated authentication, but changing the authentication model currently requires deleting and recreating the shortcut. I would like shortcut authenticatio...Mourak15 hours agoNew MemberNew7Views0likes0CommentsTenant-Wide OneLake Shortcut Lineage and Impact Analysis
This is grounded in a documented limitation: shortcut lineage is currently workspace-scoped, and Microsoft specifically says lineage for shortcuts to warehouses and semantic models isn't currently av...Mourak15 hours agoNew MemberNew14Views0likes1CommentAdd an End-to-End Production Reference Architecture for Microsoft Fabric Real-Time Intelligence
I would like to see a complete end-to-end Microsoft Fabric Real-Time Intelligence reference architecture that demonstrates how the individual RTI capabilities work together in a production-oriented s...Mourak15 hours agoNew MemberNew5Views0likes0CommentsImprove CI/CD consistency for Microsoft Fabric Real-Time Intelligence Eventstreams
Microsoft Fabric Real-Time Intelligence has made strong progress with Git integration and deployment pipelines, but lifecycle management can still be inconsistent across Eventstream sources, destinat...Mourak15 hours agoNew MemberNew3Views0likes0Comments