Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

Journal Tracing

Hi, I am not sure if this is possible but I cannot seem to wrap my head around it. I currently have a dataset with various columns including document number for which I am trying the report the fo...
  • v-juanli-msft's avatar
    6 years ago

    Hi Anonymous 

    Create a new table, 

    Group = SUMMARIZE(Data,Data[Group],Data[Doc Number])

    Thne create measures

    Measure = CONCATENATEX(VALUES('Group'[Doc Number]),'Group'[Doc Number],",")
    
    Measure 2 = CALCULATE(SUM(Data[Amount]),FILTER(Data,FIND([Doc Number],[Measure],1,0)<>0))

     

    Best Regards
    Maggie
    Community Support Team _ Maggie Li
    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.