Forum Discussion
Getting the count by Date
Hi saud968
Not clear about your expected output.
Do you want the count from the earliest date to before the current week?
If you still have some question, please don't hesitate to let me known.
Best Regards,
Link
Is that the answer you're looking for? If this post helps, then please consider Accept it as the solution. Really appreciate!
- saud9685 years agoMemorable Member
v-xulin-mstf Yes, you are partially right. Basically, I need the count from the earliest date including the current week
- v-xulin-mstf5 years agoCommunity Support
Hi saud968,
Try measure as:
Measure = CALCULATE(Credit[Billing Request: Created Date])+CALCULATE(COUNT('Calendar'[Date]),FILTER('Calendar',WEEKNUM('Calendar'[Date])=WEEKNUM(TODAY())))If you still have some question, please don't hesitate to let me known.
Best Regards,
Link
Is that the answer you're looking for? If this post helps, then please consider Accept it as the solution. Really appreciate!
- saud9685 years agoMemorable Member
v-xulin-mstf I tried but it not giving the correct output. It should show something similar as per the below image with your measure it is showing 35 current week and open credit also 35