Forum Discussion

ivanuska's avatar
ivanuska
Advocate I
3 years ago
Solved

Applying filter on ALL function

Dear all,   I am rebuilding the data model after the developer has left and I am trying to apply filter for the calculated table below:   Accounts = SUMMARIZE( ALL(CurrentSnapshots[CUSTOMER_...
  • ivanuska's avatar
    ivanuska
    3 years ago

    I finally manage to find the solution:

    Table - 
    SUMMARIZE(
    FILTER( ALL (Table), SnapshotType = "Current"),
    rest of expression
    )