Aggregate measures for calculation groups + allow as implicit measures
Calculation groups are interesting, but have two show-stopping limitations
- discouraging implicit measures, and hiding them from the editor.
- Applying to all measures in a visual when selected - rather than specific ones.
In order to use calculation groups powerfully per-column, every field on which a calculation group item or aggregate function can be used needs a measure adding the calculation as a filter.
If you have say 200 measures and 16 calculation perspectives for different date grregations, plus the usual count sum avg min max etc ... that's an awful lot of measues that are simply aggregation wrappers to maintain.
It would be powerful to be able to create reusable aggregation calculations in the semantic model that can be selected as an implicit measure.
e.g.
I want to allow report designers to show all of the fields both as a regular sum and a last year sum.
I define a new aggregate calculation
∑LY =CALCULATE(SUM(SELECTEDCOLUMN()), SAMEPERIODLASTYEAR(Dates[Date]))
And then be able to choose ∑LY as an implicit aggregation in the field well.
The field itself becomes the SELECTEDCOLUMN() in the calculation group.
These could also be callable from DAX measures
e.g.
∑LY Value $ = APPLY([∑LY], [$ Value])
Oh ... this all boils down to functions, doesn't it?!
Functions would simplify so much, and save having strange paradigms like calculation groups as filters whose main motivation seem to be to avoid adding functions.
1 Comment
- fbcideas_migusrNew MemberStatus added:New
Recent ideas
Fix links generated in multi tenant setups
When I log into Fabric, and I have access to multiple tenants, the links generated for things like monitoring URLs in pipeline runs do not include "ctid=<tenantguid>" query string value, which appear...jwisemanfs20 minutes agoNew MemberNew2Views0likes0CommentsDedicated Fabric Message Center to communicate planned Fabric Changes
Summary Microsoft recently rolled out a change that automatically enabled the Item Recovery tenant setting in Microsoft Fabric for tenants where the setting had not been explicitly configured. Accor...Edgar_9 hours agoNew MemberNew33Views5likes0CommentsWorkspace-Level Control of Storage Modes (Import vs DirectQuery vs Direct Lake)
Organizations operating under strict governance and data residency requirements need the ability to control which storage modes are permitted within a workspace. Currently, report authors can choose...masoodaftab9 hours agoNew MemberNew6Views0likes0CommentsGranular Workspace Permissions Beyond Workspace Roles
a { text-decoration: none; color: #464feb; } tr th, tr td { border: 1px solid #e6e6e6; } tr th { background-color: #f5f5f5; } The current workspace access model is limited to the predefined workspac...masooddevcorp10 hours agoNew MemberNew19Views1like0Comments