Forum Discussion
Simple Measure Replace Today() with Date_Create
Hi , Pikachu-Power
Could you please tell me whether your problem has been solved?
If it is, please mark your reply as Answered to close this thread.It will help other community members easily find the solution when they get the similar issue.
Best Regards,
Community Support Team _ Eason
3 Replies
- amitchandakSuper User
Pikachu-Power , Not very clear.
Try like
Measure = CALCULATE(COUNT(Table[PNR]), Table[Due_Date] in allselected(Table[Due_created] ) )
Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.
- Pikachu-PowerImpactful Individual
I think I could solve it
VAR Date = MAX(Calender[Date])RETURNMeasure = CALCULATE(COUNT(Table[PNR]), Table[Due_Date] < Date )And Calender is connected with Table[Due_created].- v-easonf-msftCommunity Support
Hi , Pikachu-Power
Could you please tell me whether your problem has been solved?
If it is, please mark your reply as Answered to close this thread.It will help other community members easily find the solution when they get the similar issue.
Best Regards,
Community Support Team _ Eason