I have found that the mix of groupby and summarise also comes really helpful when performing calculations over measures. For example finding the max result for a measure iterating over different groups of selected columns. This video will help me improve my calcs a lot!! Thank you!
I would press 1K time like button if there is an option to do that. You explain the fundamental concept so beautifully with plenty of examples and the best part is "No irritating Commercial Ads" like other content creator do. You are the best !! Keep doing the great work !!!
I'd been transferring your example to the Adventure Works model I have, got an error, played a bit more only for your comment at 2:10 LOL. Another great tutorial. Thanks
Brilliant. So many takeaways. I'm going to scan some of my complex models and see if I can improve performance with this knowledge. As always, SQLBI is a diamond.
This video is so helpful! A million thanks! Thank you Roberto, can’t wait to implement what I just learned! (it is especially helpful for me as a sql programmer, familiar with “group by”, but not with “summarize”, so I am really glad to learn the usage of both!) ❤
São videos como estes que você começa a assistir quando quer sair da simplicidade de uma linguagem. Entender tudo que está em volta do básico. Perfeitamente, perfeito. Muito obrigado.
If I use this table to a table visual and have some slicers also, will be responsive to slicers? Do I need to make relationships? I tried it with summarizecolumns and didn't work and I couldn't create relationships also. Thank you so much! I have learned a lot from you!
So at about 7:40 you have brand total and overall total. If I understood correctly, you said not to use that method. So what would be the best way to produce the same result, and how would you add % of total for each brand?
Need some guidance. I have a table with 3 columns. Date, ID and amount. Amount contains both positive and negative amount datewise, idwise. If the sum of all id is positive, it is a debtor or else it is a creditor. A measure with IF condition is not going into a slicer to filter debtors apart from creditors. How do I do this ?
At 26:55 SUMX is used whereas we really are performing a SUM of the column [@Sales]; is this done solely because we need to be able to add the CURRENTGROUP() as a table reference? Thanks
I think that I understand the different: Local column is a column that was created by dax, and Model column is a column that belongs to principal table. Please, I apreeciate if you could confirm. Thanks.
I am having one doubt but not related to this content, Using teatedas Dax I connected date table and fact table. When user want to drill fact table aggregation value it's not filter date table untill I drag & make active relationship in the model, Is any other alternative way there to achieve this ?
Sorry but I don't see the difference between the "Transaction Size" local column in 10:35 and the local table with "A" and "B" as local columns in 18:41. Both of the cases are columns calculated on-the-fly, however, in the first case SUMMARIZE() works, and in second it doesn't. Is this happening because of the Lineage as you say in 18:48?
Hi can you help me with this (I have two dates like service date and post date if we select service date the data related to service date has to show if change the date to post date the data has to show by post date in the same page in power bi is it possible?)
0:00 - 1:28 Intro
1:29 SUMMARIZE
6:47 ADDCOLUMNS
11:25 GROUPBY
19:22 Conclusions
20:20 Final Exercise to compare both functions
27:42 Out
I have found that the mix of groupby and summarise also comes really helpful when performing calculations over measures. For example finding the max result for a measure iterating over different groups of selected columns. This video will help me improve my calcs a lot!! Thank you!
Man! Really NO WORDS for this Master Piece! Kidding! Actually I DO HAVE... This is another GOLD Pill of wise! Bravo Bravo! Thank you so much again!
I would press 1K time like button if there is an option to do that. You explain the fundamental concept so beautifully with plenty of examples and the best part is "No irritating Commercial Ads" like other content creator do. You are the best !! Keep doing the great work !!!
I'd been transferring your example to the Adventure Works model I have, got an error, played a bit more only for your comment at 2:10 LOL. Another great tutorial. Thanks
just wanted to say thank you for the efforts in making this free tutorial
Brilliant. So many takeaways. I'm going to scan some of my complex models and see if I can improve performance with this knowledge.
As always, SQLBI is a diamond.
Best channel for DAX
No adds 🎉
Finally I have understood Groupby 😁
Thank you!
This video is so helpful! A million thanks! Thank you Roberto, can’t wait to implement what I just learned! (it is especially helpful for me as a sql programmer, familiar with “group by”, but not with “summarize”, so I am really glad to learn the usage of both!)
❤
Brilliant and very insightful! Thank you Roberto for sharing your amazing knowledge.
This is really helpful ! Thanks for explaining Summarize and Group By with such detail.
This is some gold content, Alberto. Your explanation videos give me motivation to dive into dax theory understanding.
Greetings from Brazil!
São videos como estes que você começa a assistir quando quer sair da simplicidade de uma linguagem. Entender tudo que está em volta do básico.
Perfeitamente, perfeito.
Muito obrigado.
In France, it is past midnight and I'm enjoying learning a lesson.... Are you coming from Pudlar? Cause you're Magic!
very good video; good explanation about the difference, and what not to dom and nicely working towards upper level optimisation thinking.
It wouldn't hurt to smile on your Thumbnail Alberto :)
thank you for this video, an important one for sure
As always great content! 👍 Thank you.
Golden tutorial 👌🏼
If I use this table to a table visual and have some slicers also, will be responsive to slicers? Do I need to make relationships? I tried it with summarizecolumns and didn't work and I couldn't create relationships also. Thank you so much! I have learned a lot from you!
Fantastic Video.
Parabéns! Amei a explicação.
So at about 7:40 you have brand total and overall total. If I understood correctly, you said not to use that method. So what would be the best way to produce the same result, and how would you add % of total for each brand?
Brilliant Video. Thanks
Need some guidance. I have a table with 3 columns. Date, ID and amount. Amount contains both positive and negative amount datewise, idwise. If the sum of all id is positive, it is a debtor or else it is a creditor. A measure with IF condition is not going into a slicer to filter debtors apart from creditors. How do I do this ?
At 26:55 SUMX is used whereas we really are performing a SUM of the column [@Sales]; is this done solely because we need to be able to add the CURRENTGROUP() as a table reference?
Thanks
Yes
Thanks to share, I have a question, whats the difference between local column and model column?
I think that I understand the different: Local column is a column that was created by dax, and Model column is a column that belongs to principal table. Please, I apreeciate if you could confirm. Thanks.
Confirmed!
I am having one doubt but not related to this content,
Using teatedas Dax I connected date table and fact table. When user want to drill fact table aggregation value it's not filter date table untill I drag & make active relationship in the model, Is any other alternative way there to achieve this ?
Sorry but I don't see the difference between the "Transaction Size" local column in 10:35 and the local table with "A" and "B" as local columns in 18:41. Both of the cases are columns calculated on-the-fly, however, in the first case SUMMARIZE() works, and in second it doesn't.
Is this happening because of the Lineage as you say in 18:48?
Thx for this leason !!!
thank you
Hi can you help me with this (I have two dates like service date and post date if we select service date the data related to service date has to show if change the date to post date the data has to show by post date in the same page in power bi is it possible?)
great video
Genius ❤
We need an ai to translate his Italian hand gestures to visualisations and animations.
amazing !
Hi could you please explain, what is local column vs model column
Local column is created in a dax variable, model column is defined in the table (calculated columns are model columns).
@@SQLBI Thank you 👍
Sometimes you look like EMINEM