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
dgosbell
10 years agoAdvocate I
michellefs_br wrote:I've tried that one in DAX and it gives me only the total value and put it on each row
You've inserted the calculation as a column. It won't work properly in that context. If you insert the same DAX expression as a Measure it should do what you are after.