Filter Context - The Whiteboard #01

  Рет қаралды 25,072

SQLBI

SQLBI

Күн бұрын

Пікірлер: 49
@bms4654
@bms4654 2 жыл бұрын
This is a really good way to teach DAX. It would be great to apply this break down to increasingly complete formulas. You guys are a major corner stone in my DAX learning and I thank you for the time you put into your content.
@juliane1mota
@juliane1mota Жыл бұрын
Very Good Marco!!! The refinement and elegance of your explanations are unmatched!
@sbn4862
@sbn4862 2 жыл бұрын
Context Filter, Context Transitions, Implicit Filters, Nested Filters...Removing Old Filter, Unite Old and New Filters. Step by Step it's going easier. Thank you.
@ahmedkamiss7643
@ahmedkamiss7643 7 ай бұрын
Finally, it's getting through my thick skull.... thank you!❤
@eziola
@eziola 2 жыл бұрын
Love the Whiteboard! Keep em coming!
@rizkyramdhany4549
@rizkyramdhany4549 2 жыл бұрын
This explanation is easy to understand. Thanks!!
@williamarthur4801
@williamarthur4801 2 жыл бұрын
Bravo, You both explain the 'nuts and bolts ' of DAX better than anyone, I'm just up to 'Evaluation order in Calculate' in THE BOOK. keep up good work.
@gabrieldenoury5863
@gabrieldenoury5863 2 жыл бұрын
Love this new format!
@philipmathew6542
@philipmathew6542 2 жыл бұрын
Nicely explained. So I surmise that in Filter context...values are taken from different tables and put into the virtual table as per the measure.....thank you.
@Fernando_Calero
@Fernando_Calero 2 жыл бұрын
Excellent video, thank you very much Marco! Back to basics. Understanding these concepts will set the base for all the rest and more complex topics.
@lmblancoancos
@lmblancoancos 2 жыл бұрын
Fantastic explanation. Thank you very much Marco for this series👍😊
@Bremerhaven_Rocks
@Bremerhaven_Rocks 2 жыл бұрын
Whenever I read the book: The Definitive Guide to DAX. I read it with an Italian accent.
@tarekkhalefa1836
@tarekkhalefa1836 2 жыл бұрын
Excellent way of representation 👌
@fadydoc
@fadydoc 2 жыл бұрын
Perfect explanation....Thank you so much for the amazing content.
@zoranmilokanovic6229
@zoranmilokanovic6229 2 жыл бұрын
Come sempre Marco sei bravo!
@johansantacruz6464
@johansantacruz6464 2 жыл бұрын
Nice and detailed explanation! Plese keep going with this great material for us.
@1yyymmmddd
@1yyymmmddd 2 жыл бұрын
Great video. Will be waiting for the follow up with ALLSELECTED.
@ExcelUpNorth
@ExcelUpNorth 2 жыл бұрын
That was very well explained. Makes much more sense now. Thank you!
@meshalnafea5200
@meshalnafea5200 2 жыл бұрын
Great Video!!
@jhormangomez2268
@jhormangomez2268 2 жыл бұрын
Beautiful
@laviedandre
@laviedandre 2 жыл бұрын
This is excellent‼️
@PJJACOB360
@PJJACOB360 Жыл бұрын
You are the best.
@michafabich9213
@michafabich9213 2 жыл бұрын
perfect series
@就已
@就已 2 жыл бұрын
Amazing
@Lotaristo
@Lotaristo 2 жыл бұрын
Good format, even though these things are pretty basic it may be a hard thing for beginners, so thanks for such a good way of explaining.
@imadbabbili
@imadbabbili Жыл бұрын
Great job Marco, it gives us a great insight of Dax. I wonder why I have the playlist in a descending order (session 12, 11, 10, ....01
@mariusnavickas3129
@mariusnavickas3129 2 жыл бұрын
Thank you! :)
@javierar87
@javierar87 2 жыл бұрын
THIS is the way
@rodrigocorrea6348
@rodrigocorrea6348 2 жыл бұрын
Thank you for this amazing content!!! I found your explanation quite nice but I thought that *CALCULATE* overwrites the outer filter context and you mentioned in this example that it adds to the outer (or existing filter context). I am referring to the minute 4:19. In case I try to reproduce your example, I would imagine that all the rows of my matrix/table would return the same result. It's very possible that I am not understanding *CALCULATE* properly and if one could answer, I would appreciate it. Thank you again for all the material you share!
@SQLBI
@SQLBI 2 жыл бұрын
CALCULATE defines a filter context for computing an expression - the filter context is created starting from the existing one, but the effects of CALCULATE don't propagate outside of CALCULATE. Start studying CALCULATE here and then in other training material linked at the end of the article: www.sqlbi.com/articles/introducing-calculate-in-dax/
@Jonny231188
@Jonny231188 2 жыл бұрын
Hi, thank you very much for the great video. Is there a DAX Expression which shows how different outer filters change the result of the measure? After watching your videos on the filter context and reading the article I thought that if I have a card visual (so no filter context within the visual itself) and an outer filter applied to it leads to the same result as not having the outer filter and adding FILTER( ALL( ) , ) to the measure instead. But that seems not to be the case.
@ajaysuresh8856
@ajaysuresh8856 Жыл бұрын
Cool
@sayananalytics3445
@sayananalytics3445 2 жыл бұрын
Hello Marco..Great Video...Can you please tell us which pen you are using? And your monitor is also cool. Do you have any article published regarding that just like Alberto's article?
@marcorusso7472
@marcorusso7472 2 жыл бұрын
I have a similar configuration. In this video, I use a Surface Studio with its pen - the software is the free Microsoft Whiteboard available on the Windows Store.
@sandeepbarge4699
@sandeepbarge4699 2 жыл бұрын
Hi Marco, Thanks for starting this wonderful series. You guys are doing great service to Power BI community. Thanks! Can you please explain difference in the way following 2 formulae works in your way of explaining? Because output differs. I also want to know how come first formula below allows code to access Color column because row context introduced by SUMX function is ended in first argument of CALCULATE function itself? What am I missing here? Please please please reply. CALCULATE(SUMX(Sales, Sales[Quantity]), 'Product'[Color]="Red") and CALCULATE(SUMX(Sales, Sales[Quantity]), FILTER('Product', 'Product'[Color]="Red"))
@SQLBI
@SQLBI 2 жыл бұрын
See www.sqlbi.com/articles/filter-arguments-in-calculate/
@trilokinathsingh5705
@trilokinathsingh5705 2 жыл бұрын
I am new user from India (Delhi), please let me know from which video of Dax to start first for DAX, means serial wish list (Index).
@SQLBI
@SQLBI 2 жыл бұрын
Use this: www.sqlbi.com/guides/dax/
@robertalavezzari6970
@robertalavezzari6970 Жыл бұрын
killing me softly with this DAX ..........
@baruchlunabarber7170
@baruchlunabarber7170 2 жыл бұрын
Nice format, would like to know what tools were used to create this format, thank you.
@SQLBI
@SQLBI 2 жыл бұрын
The Microsoft Whiteboard, which is a free app in the Windows Store: apps.microsoft.com/store/detail/microsoft-whiteboard/9MSPC6MP8FM4?hl=en-us&gl=US
@karannchew2534
@karannchew2534 2 жыл бұрын
CALCULATE ( Measure, REMOVEFILTER ( Table[Col] // All ( Table[Col] ))
@manideep8566
@manideep8566 2 жыл бұрын
Make a video on Expanded Tables in DAX as part of this series.
@SQLBI
@SQLBI 2 жыл бұрын
It's already planned, see www.sqlbi.com/blog/marco/2022/07/14/the-whiteboard-video-series-on-sqlbi-youtube-channel/
@manideep8566
@manideep8566 2 жыл бұрын
Ohh great!
@The_Code_Father
@The_Code_Father 2 жыл бұрын
I think this tutorial needs to be a little bit longer to be more beneficial coz i watched all of it but I don't feel satisfied enough about it But great work anyway keep it up marco
@SQLBI
@SQLBI 2 жыл бұрын
The goal is to provide additional material with another point of view, not to replace existing content. Thus, also the video length is not that long, otherwise it would overlap the existing content in our courses and videos.
@The_Code_Father
@The_Code_Father 2 жыл бұрын
@@SQLBI thank you sir I learned a lot from you ☺️
@IoriYagamiKOF98
@IoriYagamiKOF98 2 жыл бұрын
First Comment!!!! :D
Row Context - The Whiteboard #02
9:02
SQLBI
Рет қаралды 17 М.
Row Context in DAX
20:42
SQLBI
Рет қаралды 104 М.
Арыстанның айқасы, Тәуіржанның шайқасы!
25:51
QosLike / ҚосЛайк / Косылайық
Рет қаралды 700 М.
Support each other🤝
00:31
ISSEI / いっせい
Рет қаралды 81 МЛН
DAX Fridays! #78: When should I use FILTER() with CALCULATE?
11:35
Filter context in DAX explained visually
24:40
SQLBI
Рет қаралды 30 М.
Context Transition in Power BI and Tricky Examples
15:06
Goodly
Рет қаралды 46 М.
7 reasons DAX is not easy
26:35
SQLBI
Рет қаралды 42 М.
Microsoft Power BI: Deep dive into DAX evaluation context - BRK3060
1:01:45
Microsoft Power BI
Рет қаралды 166 М.
When to use KEEPFILTERS over iterators
18:56
SQLBI
Рет қаралды 50 М.
Solving errors in CALCULATE filter arguments
30:55
SQLBI
Рет қаралды 31 М.
Context transition in DAX explained visually
27:14
SQLBI
Рет қаралды 16 М.
Understanding Row Context and Filter Context in Power BI
10:04
Pivotalstats
Рет қаралды 7 М.