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
Reduce post-execution overhead for dbt job activity in Data Factory pipelines
Description: When a dbt job is executed through a Data Factory pipeline activity in Fabric, the pipeline activity duration is consistently taken longer than the runtime reported by the dbt job itsel...Athirah753 minutes agoNew MemberNew4Views1like0Commentsemail subscription screenshot size
would be great if we have a control to resize the screenshot of a report/dashboard for email subscription. the default size is too small and hard to read/understand unless you open the attachementRodgie_Robles9 hours agoNew MemberNeeds Votes188Views9likes2Comments
Portable Library of Queries (Functions)
Currently, a custom connector requires a Data Source and a Authentication record associated to a function in order to be Published or exposed in the 'Get Data' dialog/window. This is perfectly fine f...10 hours agoNot applicablePlanned1.7KViews147likes14CommentsPower BI: Subscriptions & bookmarks in org apps
The subscription is a valuable feature. Please make it available in the Org App. The Org App hase many advantages, but it misses the subscription and bookmark features as in the classic app or report...StefanGrossen12 hours agoNew MemberNew170Views4likes1Comment