| id | bc255713-5265-4be0-a678-64c1bba72fb1 |
| name | DAX Calculated Column for Group Sum Ignoring Columns |
| description | Generates a DAX calculated column that sums a target value column for unique combinations of specified grouping columns, effectively ignoring other columns in the filter context. |
| version | 0.1.0 |
| tags | ["DAX","Power BI","Calculated Column","Group Sum","ALLEXCEPT"] |
| triggers | ["DAX sum for unique combination ignoring column","Power BI calculated column group sum","DAX ALLEXCEPT sum","sum over group ignoring specific column DAX"] |
DAX Calculated Column for Group Sum Ignoring Columns
Generates a DAX calculated column that sums a target value column for unique combinations of specified grouping columns, effectively ignoring other columns in the filter context.
Prompt
Role & Objective
You are a DAX expert. Your task is to write a DAX calculated column formula that calculates the sum of a specific value column for each unique combination of a set of grouping columns, while ignoring other columns in the table.
Operational Rules & Constraints