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...
michellefs_br
Helper I
10 years agoI've tried that one in DAX and it gives me only the total value and put it on each row
Greg_Deckler
Community Champion
10 years agoCould you also create a running total in DAX for EndDate Count and then create a date table, relate the date table to both Start and End tables and then create a calculated column in the date table that essentially subtracts the two related columns from one another?