We've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now
I have the following table and i would like to caclulate running totals using Power Query.
| ID | Value | Date | Max Date |
| A31 | 2 | 21/01/2018 | 31/10/2018 |
| A31 | 3 | 10/02/2018 | 31/10/2018 |
| A31 | 6 | 15/03/2018 | 31/10/2018 |
| A32 | 1 | 10/01/2018 | 31/12/2018 |
| A32 | 9 | 14/02/2018 | 31/12/2018 |
| A32 | 6 | 26/03/2018 | 31/12/2018 |
I want the running total to run up to the Date specfified by the Max Date field.
The output table based on the above data will look like this. I know how to do this on DAX but I want this the same output using Power Query:
| Month | ID | Cumulative Values |
| Jan-18 | A31 | 2 |
| Feb-18 | A31 | 5 |
| Mar-18 | A31 | 11 |
| Apr-18 | A31 | 11 |
| May-18 | A31 | 11 |
| Jun-18 | A31 | 11 |
| Jul-18 | A31 | 11 |
| Aug-18 | A31 | 11 |
| Sep-18 | A31 | 11 |
| Oct-18 | A31 | 11 |
| Nov-18 | A31 | 0 |
| Dec-18 | A31 | 0 |
| Jan-18 | A32 | 1 |
| Feb-18 | A32 | 10 |
| Mar-18 | A32 | 16 |
| Apr-18 | A32 | 16 |
| May-18 | A32 | 16 |
| Jun-18 | A32 | 16 |
| Jul-18 | A32 | 16 |
| Aug-18 | A32 | 16 |
| Sep-18 | A32 | 16 |
| Oct-18 | A32 | 16 |
| Nov-18 | A32 | 16 |
| Dec-18 | A32 | 16 |
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 57 | |
| 38 | |
| 32 | |
| 18 | |
| 16 |
| User | Count |
|---|---|
| 66 | |
| 66 | |
| 40 | |
| 34 | |
| 25 |