Forum Discussion

Frajzerr's avatar
Frajzerr
New Member
4 years ago
Solved

Combining AllSELECTED with ALLEXCEPT

Hello,   Let's say I have a visual table like below and my problem regards to AvgNumber measure. To make it simple I'am going to split the problem into a few steps.   First visual(table) below s...
  • amitchandak's avatar
    4 years ago

    Frajzerr , Try like

     

    calculate(Average(Table[Number]), filter(allselected(Table), Table[Product]  = max(Table[Product]) && Table[Type]  = max(Table[Type])) )