Forum Discussion

mvananaken's avatar
mvananaken
Helper II
9 years ago
Solved

CALCULATETABLE VALUES with filter

Hello Power BI Folks,   I created a calculated table bases on the folowing DAX and this DAX still works :-)   Workschedule = SUMMARIZE( GENERATE( M, CALCULATETABLE (VALUES( 'Calendar'[Date]),DATE...
  • Anonymous's avatar
    Anonymous
    9 years ago

    Hi mvananaken,

     

    You can simply use the "Workschedule" table to get a new table which you want.

     

    Formula:

    New Table =CALCULATETABLE( Workschedule, Filter(All(Workschedule),M[ActivityId]=BLANK())

     

    Regards,
    Xiaoxin Sheng