Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
Hi Power BI Community,
Please look at my image below ,
But If I dont have a dim_date table, i am trying to use the order date itself inplace of dim_date, like below , I am not getting the cumulative sum, I am getting the same value as of Total sales for every row,
Solved! Go to Solution.
@Ranjith_96 , as you are using order_date in measure same date has to be used in visual as you are using row context in measure
cumulative_sales1 = CALCULATE(SUM(Orders[Sales]),Orders[Order Date] <= MAX(Orders[Order Date]))
@Ranjith_96 , as you are using order_date in measure same date has to be used in visual as you are using row context in measure
cumulative_sales1 = CALCULATE(SUM(Orders[Sales]),Orders[Order Date] <= MAX(Orders[Order Date]))
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.