March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
07-12-2017 19:02 PM - last edited 07-12-2017 19:03 PM
The Quick Measures feature is a great tool to create more complex DAX. But I see this feature as a tool to help brand new users get started with DAX too. I train Excel users on how to write DAX, and it is not intuitive to most of them how to write simple measures. If you included some "Basic Aggregations" as a group in Quick Measures, this would significantly help new users get started on the DAX journey. I would like to see the following basic aggregations added to a new group in quick measures.
=SUM(<selected column>)
=AVERAGE(<selected column>)
=COUNT(<selected column>)
=DISTINCTCOUNT(<selected column>)
=MAX(<selected column>)
=MIN(<selected column>)
Yes I know all of these things can be created as implicit measures, but as you know implicit measures lack reuse, formatting and naming flexibilty vs a true measure.
It is, indeed, simple but intutive and would help new comers alot.
Great idea, sadly long neglected/ignored while rounded corners were perfected ...
I'd extend it just a touch to include the typical CALCULATE ... FILTER ... pattern
There are 2 ways you can submit and idea. Here, and also in the ideas link. Both are monitored by MS.
As a user, this is an obvious win.
If the implicit measure UI created an explicit measure or was another door into the UI for quick measures, so that implicit measures went away it would simplify and focus the development experience.
Implicit measures were Quick Measures v0.9.
Time to kill off that the early draft now.
I find the lack of formatting the most frustation part of implicit measures. Nice idea Matt!