Forum Discussion

islam_zaki's avatar
islam_zaki
Regular Visitor
6 years ago
Solved

SUMX total incorrect

Hi   I need to get the Customer Count bassed on two factors, First is "terminal number" and second is "Transaction Number". each factor repeated in the same invoice with each barcode.  I create on...
  • islam_zaki's avatar
    islam_zaki
    6 years ago

    Firstly, Thanks amitchandak 

     

    The statement you shared it's correctly in addition to table name and two more columns "STORE #" and "AREA".

    the Final statement below: 

     

    Customer Count =
    SUMX (
    SUMMARIZE ( SALESTRANSACTION,
    SALESTRANSACTION[STORE #],SALESTRANSACTION[AREA],SALESTRANSACTION[TERMINAL #],SALESTRANSACTION[SALES DATE],"_1",
    CALCULATE ( DISTINCTCOUNT ( SALESTRANSACTION[TRX #]))),[_1]
    )
     
    But what I didn't understand "_1", what does it mean...
     
    Thanks 
     
    Best Regards,
    Islam Zaki