Forum Discussion
Anonymous
6 years agoNot applicable
Stop accumulative line
Hi All, I need your help. I have graph showing accumulative lines of forecast, actual etc. i used this qury to make lines in graph. CSU SP_Contractual = CALCULATE( COUNTA('Data - CS...
amitchandak
Super User
6 years agoAnonymous , try like
You try using the date from table in max
CSU SP_Contractual =
CALCULATE(
COUNTA('Data - CSU SP PO'[CONTRACTUAL_DELIVERY_DATE]), USERELATIONSHIP('Data - CSU SP PO'[CONTRACTUAL_DELIVERY_DATE],'calendar'[Date]),
FILTER(
ALLSELECTED('Calendar'[Date]),
'Calendar'[Date]<= MAX('Data - CSU SP PO'[CONTRACTUAL_DELIVERY_DATE])))
Can you share sample data and sample output in table format?
- Anonymous6 years agoNot applicable
- v-kelly-msft6 years ago
Community Support
Hi Anonymous ,
Can you pls upload your .pbix file to onedrive business and share the link with us?
Remember to remove the confidential information.
Best Regards,
KellyDid I answer your question? Mark my post as a solution!