Filter Context - The Whiteboard #01

แชร์
ฝัง

ความคิดเห็น • 49

  • @Bremerhaven_Rocks
    @Bremerhaven_Rocks 2 ปีที่แล้ว +3

    Whenever I read the book: The Definitive Guide to DAX. I read it with an Italian accent.

  • @bms4654
    @bms4654 2 ปีที่แล้ว +6

    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.

  • @williamarthur4801
    @williamarthur4801 2 ปีที่แล้ว +5

    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.

  • @ahmedkamiss7643
    @ahmedkamiss7643 4 หลายเดือนก่อน +1

    Finally, it's getting through my thick skull.... thank you!❤

  • @juliane1mota
    @juliane1mota ปีที่แล้ว +2

    Very Good Marco!!! The refinement and elegance of your explanations are unmatched!

  • @philipmathew6542
    @philipmathew6542 2 ปีที่แล้ว +3

    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.

  • @sbn4862
    @sbn4862 2 ปีที่แล้ว +1

    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.

  • @lmblancoancos
    @lmblancoancos 2 ปีที่แล้ว +1

    Fantastic explanation. Thank you very much Marco for this series👍😊

  • @rizkyramdhany4549
    @rizkyramdhany4549 ปีที่แล้ว +1

    This explanation is easy to understand. Thanks!!

  • @Fernando_Calero
    @Fernando_Calero 2 ปีที่แล้ว +1

    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.

  • @eziola
    @eziola 2 ปีที่แล้ว +1

    Love the Whiteboard! Keep em coming!

  • @1yyymmmddd
    @1yyymmmddd 2 ปีที่แล้ว +1

    Great video. Will be waiting for the follow up with ALLSELECTED.

  • @fadydoc
    @fadydoc 2 ปีที่แล้ว +2

    Perfect explanation....Thank you so much for the amazing content.

  • @gabrieldenoury5863
    @gabrieldenoury5863 2 ปีที่แล้ว +1

    Love this new format!

  • @ExcelUpNorth
    @ExcelUpNorth 2 ปีที่แล้ว +1

    That was very well explained. Makes much more sense now. Thank you!

  • @johansantacruz6464
    @johansantacruz6464 2 ปีที่แล้ว +1

    Nice and detailed explanation! Plese keep going with this great material for us.

  • @tarekkhalefa1836
    @tarekkhalefa1836 2 ปีที่แล้ว +1

    Excellent way of representation 👌

  • @Lotaristo
    @Lotaristo 2 ปีที่แล้ว +1

    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 11 หลายเดือนก่อน

    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

  • @jhormangomez2268
    @jhormangomez2268 2 ปีที่แล้ว +1

    Beautiful

  • @michafabich9213
    @michafabich9213 2 ปีที่แล้ว +1

    perfect series

  • @zoranmilokanovic6229
    @zoranmilokanovic6229 2 ปีที่แล้ว +1

    Come sempre Marco sei bravo!

  • @mariusnavickas3129
    @mariusnavickas3129 2 ปีที่แล้ว +1

    Thank you! :)

  • @laviedandre
    @laviedandre 2 ปีที่แล้ว +1

    This is excellent‼️

  • @PJJACOB360
    @PJJACOB360 ปีที่แล้ว +1

    You are the best.

  • @meshalnafea5200
    @meshalnafea5200 2 ปีที่แล้ว +1

    Great Video!!

  • @javierar87
    @javierar87 2 ปีที่แล้ว +1

    THIS is the way

  • @就已
    @就已 2 ปีที่แล้ว +1

    Amazing

  • @rodrigocorrea6348
    @rodrigocorrea6348 2 ปีที่แล้ว +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 ปีที่แล้ว +1

    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 ปีที่แล้ว +1

    Cool

  • @sandeepbarge4699
    @sandeepbarge4699 2 ปีที่แล้ว +1

    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/

  • @sayananalytics3445
    @sayananalytics3445 2 ปีที่แล้ว +1

    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.

  • @robertalavezzari6970
    @robertalavezzari6970 ปีที่แล้ว +1

    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

  • @The_Code_Father
    @The_Code_Father 2 ปีที่แล้ว +1

    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 ปีที่แล้ว +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 ปีที่แล้ว +1

      @@SQLBI thank you sir I learned a lot from you ☺️

  • @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/

  • @karannchew2534
    @karannchew2534 ปีที่แล้ว

    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 ปีที่แล้ว +1

      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!

  • @IoriYagamiKOF98
    @IoriYagamiKOF98 2 ปีที่แล้ว +2

    First Comment!!!! :D