Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
3 years ago
Solved

Running Total for a Measure

Dear experts,   I want to get running total ('Running_Total_Weld'd") for Joints welded on weekly basis in the below table. But unable to get the correct formula. Have tried to look up everywhere bu...
  • Anonymous's avatar
    Anonymous
    3 years ago

    Hi Anonymous ,

    Please update the formula of the measure [Running_Total_Weld'd] as below and check if it can return the correct result...

    Running_Total_Weld'd =
    SUMX (
        GROUPBY ( Latest_NDE, Latest_NDE[Week_Check], Latest_NDE[WELD_DATE] ),
        [Weld'd]
    )

     

    If the above one can't help you get the desired result, please provide some sample data in your table 'Latest_NDE' (exclude sensitive data) with Text format and your expected result with backend logic and special examples. It is better if you can share a simplified pbix file. You can refer the following link to upload the file to the community. Thank you.

    How to upload PBI in Community

    Best Regards