EXCEPT - DAX Guide

Sdílet
Vložit
  • čas přidán 8. 09. 2024

Komentáře • 5

  • @gondebas
    @gondebas Před 2 lety +1

    There is something incredible about EXCEPT function which may pass unnoticed. It's got an implicit TREATAS function. This works: EXCEPT( VALUES( 'Date'[DayOfWeek]), SmallTable) ), as long as the SmallTable is a single column table with WHATEVER column name!

  • @Bharath_PBI
    @Bharath_PBI Před 3 lety +1

    Thank you 👍

  • @pbihari0214
    @pbihari0214 Před 3 lety +1

    thank you

  • @gondebas
    @gondebas Před 2 lety

    Hi Alberto, thank you! What might be a possible way to return entire Date table (all columns) but excluding the weekends? Something you try 2:28.

  • @MrMalorian
    @MrMalorian Před 3 lety

    Is there a reason you would use Except rather than Filter?