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
Allow the target pipeline reference in Invoke Pipeline / ExecutePipeline to be set dynamically
Problem Today, the Invoke Pipeline activity (and legacy ExecutePipeline) requires picking the target pipeline statically at design time — a fixed Workspace/Pipeline selection in the UI, which serial...JONATHANHAUN4 hours agoNew MemberNew4Views0likes0CommentsReset Bookmark Navigator Selection to the Default Published View on Browser Refresh
In Power BI Service, when a user selects a bookmark through a Bookmark Navigator, the bookmark identifier is appended to the report URL. If the user refreshes the browser page, the report reloads in ...vivek123445 hours agoMicrosoft EmployeeNew5Views0likes0CommentsSeparate Interactive and Background Compute Allocation to Prevent Throttling of Live Reports
Problem Statement When Fabric capacity utilization reaches or exceeds 100% in the last one-hour window, end users experience significant disruptions when accessing Power BI Fabric live reports. This...TilakArani5 hours agoNew MemberNew6Views0likes0CommentsAccessibility issue in the Share dialog of embedded Power BI reports
Accessibility issue in the Share dialog of embedded Power BI reports I would like to share an accessibility finding identified while testing an embedded Power BI report published as part of the cont...ugartema6 hours agoAdvocate INew106Views14likes1Comment- fbcideas_migusr8 hours agoNew MemberUnder Review385Views12likes4Comments