Forum Discussion
michellefs_br
Helper I
10 years agoRunning Totals in Query Editor
I'm really focusing in trying to do the running Totals in Power BI query editor What I have is basically a Table with count of people by the End Date and another table with a count of people by t...
Sean
Community Champion
10 years agomichellefs_br Can you provide a sample of the data in both tables?
And what would be the desired result from that sample?
Also what format are the Start and End Dates?
michellefs_br
Helper I
10 years agoThey both have the same values, a Date and a Count.... the desired result would be that one, but on one table instead of two, so I can do a running total using the start date minus the end date
- miguel10 years ago
Community Admin
Hey!
Is there any way that you can provide us with a sample file for us to dig in? I'd recommend doing this as a calculated column with DAX instead of a custom column in the Query Editor (Power Query). You might want to try the EARLIER function too!
- Sean10 years ago
Community Champion
(Start - End) Running Total