Forum Discussion
Anonymous
6 years agoNot applicable
Getting blank values while calculating YTD data
Hi All, I've below expression and first one works fine but second one giveing balnk values. Could you please help me understand what is wrong in second expression. Total Opportunities = C...
- 6 years ago
Hi Anonymous
If you'd like to show all the opportunities which are created from 1st Jan(today's year first date) to till date(today).
Create measures
Total Opportunities = COUNT(Sheet4[TOTALOPPORTUNITYQUANTITY]) Funnel additions YTD to plan = CALCULATE([Total Opportunities],DATESBETWEEN('calendar'[Date],DATE(YEAR(TODAY()),1,1),TODAY()))Best Regards
MaggieCommunity Support Team _ Maggie Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
v-juanli-msft
6 years agoCommunity Support
Hi Anonymous
If you'd like to show all the opportunities which are created from 1st Jan(today's year first date) to till date(today).
Create measures
Total Opportunities = COUNT(Sheet4[TOTALOPPORTUNITYQUANTITY])
Funnel additions YTD to plan = CALCULATE([Total Opportunities],DATESBETWEEN('calendar'[Date],DATE(YEAR(TODAY()),1,1),TODAY()))
Best Regards
Maggie
Maggie
Community Support Team _ Maggie Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.