Bug #894
openBoolean data type shows incorrect aggregation functions compared to Power BI
Description
Bug Description
When a Boolean data type field is used in Prism, the available aggregation options do not align with standard BI behavior or Power BI results.
In Power BI, Boolean fields support only Count and Count Distinct aggregation functions. However, in Prism, all aggregation functions (SUM, AVG, MIN, MAX, etc.) are displayed for Boolean data types, which leads to incorrect or misleading aggregation options for users.
This inconsistency can cause confusion and incorrect visualization or summary results when working with Boolean fields.
Actual Result
Prism displays all aggregation functions for Boolean data type fields.
Aggregation options such as SUM, AVG, MIN, MAX are selectable for Boolean fields.
Behavior does not match Power BI or expected BI standards.
Expected Result
For Boolean data type fields, Prism should display only valid aggregation functions, such as:
Count
Count Distinct
Aggregation function availability should match Power BI behavior and standard BI tool practices.
Invalid aggregation functions should be hidden or disabled for Boolean data types.
Files