Forum Discussion
andrearuggeri
Helper I
4 years agoSlicer related filter
Hello everybody, This is my model I have built some visuals based on Strutture table where I count the number of times the field Struttura (in x axis) is Presente (yes/no quesiton) s...
pmay
Resolver I
4 years agoTry this for the DAX then:
Measure = CALCULATE (MAX('Strutture'[POS]), FILTER('Strutture', RELATED('ProdStrutture'[Presente]) = "Yes").
andrearuggeri
Helper I
4 years agoNeither working, it says 'ProdStrutture'[Presente] not exist (wrong) or not related (wrong) 😞