Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
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]))
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 104 | |
| 82 | |
| 72 | |
| 46 | |
| 35 |