Forum Discussion
michellefs_br
10 years agoHelper I
Running 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
10 years agoHelper I
I've tried that one in DAX and it gives me only the total value and put it on each row
Greg_Deckler
10 years agoCommunity Champion
Could 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?