#dax #powerbi_training #powerbidax
In this video we see how to calculate the running total for dates in power BI.
We use the Adventure works data set and import Fact internet sales table.
we just pull in two simple columns i.e Order date and sales amount .
In order to create the running total we have to first of all create a measure .The measure is named RT for Dates and is the following .
RT for dates =
CALCULATE( [Sum_Sales],
FILTER(ALL(FactInternetSales[OrderDate]),
FactInternetSales[OrderDate] less than or equal max(FactInternetSales[OrderDate])
)
)
This is a really useful feature that can be used to keep track of information in your reports.
Once you know how to do this, you'll be able to track your progress in your reports and see how your data is changing over time. This is a really useful feature and one that you should definitely learn how to use!
Check out other Power BI Tutorials Videos :
1.SamePeriodLastYear with Example: • difference between parallelperiod and...
2.How to Calculate Running Totals: • How to calculate running total in pow...
3.Duplicate Vs Reference : • power bi difference between duplicate...
4.Merge Vs Append: • power bi difference between merge and...
5.Calculate Function in DAX Power BI: • What is Calculate Function in Power B...
6.Filter Function in Power BI: • Filter Function in Power BI DAX
7.Row Vs Filter Context: • Row Context Vs Filter Context in Powe...
8.ALL DAX Function: • How to use ALL Dax Function in Power ...
9.ALL Vs ALLSELECTED : • allselected dax|all vs allselected da...
10.ALL Vs ALLSELECTED VS ALLEXCEPT : • All Vs AllSelected Vs AllExcept | Pow...
11.ALL Vs REMOVEFILTERS : • ALL Vs REMOVEFILTERS Difference in Po...
12.TOPN Dax Usage : • TOPN Dax | How to use topn dax in pow...
13.Summarize Dax Function in Power BI: • summarize dax | How to use summarize ...
14.Summarize Vs Summarizecolumn : • summarize vs summarizecolumns | how t...
15.Calendar Vs CalendarAuto : • Calendar Vs Calendar Auto Dax Functio...
16.How to create a date table in Power BI : • how to create a date table in power b...
Learn Power BI through our vlog and Free Videos:
https://powerbizone.com/category/arti...
You can download the pbix file for your self practice sessions from :
https://drive.google.com/file/d/1AeNZ...
Do not forget to Like ,Subscribe and comment which keeps me motivated !