Forum Discussion
Calculate max date value from date range
- Anonymous4 years ago
Hi mabdelrahman76 ,
If you dont want to have constant value for Status , just remove the filter in measure, like:
Measure = var _max=CALCULATE(MAX('Table'[Modified]),FILTER(ALLSELECTED('Table'),[CD_Trading_Id]=MAX('Table'[CD_Trading_Id]))) return IF(MAX('Table'[Modified])=_max,1,0)It will work, please try.
Best Regards,
Eyelyn Qin
Hi mabdelrahman76 ,
According to your description, it seems that you just need to apply filters , like "Status="Closed Cases".
Can you please share your pbix file after removing sensitive data or some dummy data to help us clarify your scenario?
Best Regards,
Eyelyn Qin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- mabdelrahman764 years agoHelper I
Anonymous , thanks for the responce, how can i share the BI repoort here.
what i would like to achive in simple words, that i have slicer with date batwwen, and i have group and each group has values overtime, i would like to see the most receent values and sum based on the date range selection.
Please let me know how can i share the BI report?
Thanks
Mohamed