Forum Discussion
Anonymous
3 years agoNot applicable
Dax code - Differences
Hello everyone, Could you help me? I wrote three ways to got the same value. I would like to know what is the difference between them, and what is the advantage to using them. Simple situation, just...
- 3 years ago
Anonymous No real difference between them, just different ways of doing the same thing. A lot of this is personal preference. There are many that are on the CALCULATE band wagon. I am not one of those people. I have a whole series of articles and videos on this topic.
CALCUHATE - Why I Don't Use DAX's CALCULATE Functi... - Microsoft Power BI Community
https://www.youtube.com/playlist?list=PLoibEIc7heYNZbnY4CTCtg2tjEcMh8WbZ
NanDeb
3 years agoHelper I
Greg_Deckler interesting...
When I first started on PowerBI, I was taught to use CALCULATE and still do but I am slowly moving away from it and preferring to iterate over a virtual table as it is easier to read..
Thanks for sharing your aricle