Forum Discussion

RvdHeijden's avatar
RvdHeijden
Post Prodigy
8 years ago
Solved

Calculating 2 variables

I hope someone can help me.   I have a table in which we have a lot of orders and a certain value. To put it simple i need a formula that does the following.   I want the amount of orders i have...
  • Zubair_Muhammad's avatar
    8 years ago

    HI RvdHeijden

     

    Try this one with small modification

     

    Aantal Actief =
    VAR myPlaats = Woonplaats[plaats]
    RETURN
        CALCULATE (
            COUNTROWS ( EFOS ),
            EFOS[Plaats] = myPlaats,
            EFOS[Adres status] = "Actief"
        )