This is the second time I have stucked in PowerBI in such a way that for last 4-5 days no one has been able to solve my problem related to running total for non-date columns. But bro - your this video, I watched only once, and it worked like anything for me. Thank you champ.. thanks a ton. I just joined your telegram channel. Thanks again
@AnalyticswithNags3 жыл бұрын
Glad I could help, Keep Learning and Sharing.
@PraxeoIogy3 жыл бұрын
Did you ever make a video showing how to integrate rank to get a cumulative sorted based on the total? Very informative videos!
@AnalyticswithNags3 жыл бұрын
Not sure about your question. This may be the video you are looking for kzbin.info/www/bejne/f5-0Y5KCibtrec0
@ashu60071 Жыл бұрын
I like the beginning music. So soothing 😊
@AnalyticswithNags Жыл бұрын
Thank you
@NasirUddin-op7it2 жыл бұрын
Hi, i have a data set of 17mio rows where there is not date column. I've written a DAX measure for running total of the values. Same measure works file with small data set But it takes huge time to execute in this 17mio data set. DAX is CALCULATE( SUM(Table1[Val]), FILTER(ALL(Table1),Table1[Val]
@AnalyticswithNags2 жыл бұрын
Use the formula explained in the video
@jim_192 жыл бұрын
Have you made a video like you mentioned on how to display a running total based on 'total sales' measure?
@AnalyticswithNags2 жыл бұрын
Running total based on any measure is same
@jim_192 жыл бұрын
@@AnalyticswithNags based on the measure's rank
@sumitbansal79622 жыл бұрын
Hi Nag i saw your above video but the running total measure is not showing correct values can you please help me out
@AnalyticswithNags2 жыл бұрын
Not sure about your issue can’t help much on this
@mattiamaetini2 ай бұрын
Very helpful video! I add one extra tip: after first column I have a rank (produced by order by Total Sales desc): my goal is to produce a running total following this order by rank. Could you help me with this extra request into your formula? BR, M
@karthickudt92 жыл бұрын
when i clear all filter, power BI got hanged for long time and shows huge data size error. my data size is less than 5 lakes rows. any suggestions..
@AnalyticswithNags2 жыл бұрын
Increase your system RAM. My recommendation is 8gb RAM. If you fine with 16gb go for it , then you will not face any issues
@vykuntaraotangudu74202 жыл бұрын
As you said not working when you put asc in the calculation It not works even when yo made the first column descendeing and cumulative totals showing wrong way with desc in the calculation ( It should show cumulative from top to bottom irrespective how you ordered the first column)
@AnalyticswithNags2 жыл бұрын
Thanks for your feedback
@adnanshaikh24035 ай бұрын
Nicely explained! I was tring to find the second part of video where we want cumulative total based on total sales sorting, can someone help
@surender6653 жыл бұрын
Hi, please help me how to write dax, I want to running total exclude current month.
@AnalyticswithNags3 жыл бұрын
Calculate running total uncheck the current month
@surender6653 жыл бұрын
@@AnalyticswithNags Sir i want dynamic
@vatsalabhatt91447 ай бұрын
Very helpful, thanks
@PranavS019 ай бұрын
Thanks..
@AnalyticswithNags9 ай бұрын
welcome
@jagannathprasadjena58298 ай бұрын
wow so nice
@AnalyticswithNags5 ай бұрын
Many many thanks
@balaroxx27008 ай бұрын
Same doubt
@superlhily092 жыл бұрын
I tried this syntax but my result in grand total is infinity.
@AnalyticswithNags2 жыл бұрын
Not sure
@irfandaud73802 жыл бұрын
T NonDate RT1 = CALCULATE(DATA[T Total Sale], FILTER(All(DATA[Product name]), DATA[Product name]