Understanding eager vs. strict evaluation in DAX

preview_player
Показать описание
Learn the differences between eager evaluation and strict evaluation in DAX, in order to choose the best evaluation type for your data models.


Рекомендации по теме
Комментарии
Автор

Ayyy Alberto! You have saved me again... My If formula was not performing at all and now it is working much much better! Thanks again!!

pilarbaldominos
Автор

Wow! That gave me a big insight into how calculations are done. Thank you very much!

DataHacker
Автор

Thank You, Alberto.
You make complex concepts easier to understand with good examples! ☺

beginho
Автор

Thanks for another excellent video! I must confess though that I do struggle a bit with the usage of “strict” and “eager” terminology here compared to the standard usage of these terms when used to describe programming languages. I almost feel as if we need a different set of terms to describe these optimisation techniques.

charlpotgieter
Автор

Great video, very informative and a very nice explanation. Thanks a lot Mr Ferrari!

mau_lopez
Автор

Just amazing ! Super clean Dax coding ❤️ thank you ! 🙏🏻

MrHamzaAbi
Автор

Is there a way to enforce Strict way using variables? Thanks in advance.

johansantacruz
Автор

Certainly another tool added to the kit bag, thanks once again.

stevenknight
Автор

Sir how to seperate even row number records and odd row number records from a table in power bi.

narendrababu
Автор

Thank you very much for such a clean, detailed and easy to understand explanation of each of the concepts.
Could you please bring a video about automating FIFO methodology using DAX.Thans once again.

nishantkumar
Автор

Hi Alberto, once again an amazing video, I have couple of questions not related to this topic but very important. you may guide me to any article that you would have published, I couldn't find one. First Q, can iterators (e.g sumx) function can be used to Direct query mode. If yes, then is it advised to use ? Secondly, once I schedule auto refresh(dataset) in power bi service, does the report/dashboard/apps also get updated or I have to click on refresh button to get them updated? Look forward to hearing from you soon.

kamalverma
Автор

I have always thought that in functional languages variables are evaluated lazily, that is only when they are actually needed. This video shows that this is not the case in DAX, which is a functional language as well. Interesting... But then, what happens when we define a variable in our measure and then will never use it subsequently? Will it also get evaluated regardless?

dariuszspiewak
Автор

awesome, this video need a googol of like

diegomex