Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi all, I'm curious about your opinion. In my reporting I've noticed, that quite a good portion of what is required can be done with simple filtering and there is no need for DAX measures.
For example, ALLSELECTED is a quite complex formula. Here is my DAX code which works as intended.
Solved! Go to Solution.
Hi @Zsolt_Kralik,
You refer a couple of different aspects, but I believe that your main question is around the usage of implicit vs explicit measures, although the result is the same in this case, using the implicit measures is very limited because you can only use the options that Power BI gives you sum, max, min, ... and there is no option to change context or other aggregations that you may need.
There is also a couple of things on using the implicit measure that you won't be able to do for example the usage of calculation groups or field parameters, the resusiility is also a big plus for the explicit measures.
See a coulple of articles on this:
https://radacad.com/explicit-vs-implicit-dax-measures-in-power-bi
https://data-mozart.com/understanding-explicit-vs-implicit-measures-in-power-bi/
Concerning the Quick measure that you refer that is the creation of DAX measures in an automated way so when using that feature you will be using explicit measures.
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em PortuguêsHi Felix,
Thank you for the references. This post was a bit of a rant, I think there is more potential in the implicit measures given that they are quick and easy to create. I would like to see from Microsoft more options in that regard.
All your points are valid, thank you for your time.
BR,
Zsolt
Hi @Zsolt_Kralik,
You refer a couple of different aspects, but I believe that your main question is around the usage of implicit vs explicit measures, although the result is the same in this case, using the implicit measures is very limited because you can only use the options that Power BI gives you sum, max, min, ... and there is no option to change context or other aggregations that you may need.
There is also a couple of things on using the implicit measure that you won't be able to do for example the usage of calculation groups or field parameters, the resusiility is also a big plus for the explicit measures.
See a coulple of articles on this:
https://radacad.com/explicit-vs-implicit-dax-measures-in-power-bi
https://data-mozart.com/understanding-explicit-vs-implicit-measures-in-power-bi/
Concerning the Quick measure that you refer that is the creation of DAX measures in an automated way so when using that feature you will be using explicit measures.
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em Português