Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
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]))