Forum Discussion
Cumulative value from measure column not correct
- 6 years ago
Finally I got the solution
Cumulative CDP = SUMX(
FILTER (ALLSELECTED('Date');
'Date'[DateKey] <=MAX('Date'[Datekey]));
[Confirm Del Plan]
)
Thanks to all to Paul and Kentyler for the suggestion and idea.
Hi sadiahsapiee
Where does the "Confirmed Delivery Plan(measure?)" come from, you used it to create "Confirm Del Plan" in your formula before calculating CDP.
I am kind of confused with your description. If possible, please share your pbix or just clarity each steps you have done.
Paul
Hi
Below is the formula I use
- Anonymous6 years agoNot applicable
Hi,
I don't think I have the correct formula or data, and I don't see the Date table and Datekey column that you used in cumulative calculation.
Best,
Paul- sadiahsapiee6 years ago
Helper I
Hi,
Actually, I have Date table which DateKey link to Date column in both Table A and TableB.
Relationship is already created Date[DateKey]<- TableA[Date] & Date[Datekey]<->TableB[Date]. So the Year/Week is from Date table.
- sadiahsapiee6 years ago
Helper I
Finally I got the solution
Cumulative CDP = SUMX(
FILTER (ALLSELECTED('Date');
'Date'[DateKey] <=MAX('Date'[Datekey]));
[Confirm Del Plan]
)
Thanks to all to Paul and Kentyler for the suggestion and idea.