Forum Discussion
EndriuBlack
3 years agoFrequent Visitor
Measure doesn't show what it should
Hello, maybe someone could help with my problem. I have a simple measure SUM with a FILTER but it doesn't aplly a filter as it should here is my case: My model is a simple two table mode...
- 3 years ago
Try
Pierwsze zlecenie = VAR OrderID = [ID Pierwszego zlecenia] RETURN CALCULATE ( [Sprzedaż Suma], FILTER ( Emisje, Emisje[ID zlecenia na reklamę] = OrderID ) )
EndriuBlack
3 years agoFrequent Visitor
Thank You! It works as it should 🙂
Best Regards
Andrew