Forum Discussion
Fcoatis
7 years agoPost Patron
Min Week Selected by Slicer
Please help,
I need WeekSel Measure to compute for all rows in visual the minimm week number selected. All I achieved is:
WeekSel = CALCULATE(MIN('Calendar'[YearWeekNo]);'Calendar'[Date])
https://drive.google.com/open?id=1oCddr2RfUSMK8TZyZodAsc3s7nKHTgXA
Thank you
Hi Fcoatis,
Please update your formula as below.
WeekSel = CALCULATE(MIN('Calendar'[YearWeekNo]),ALLSELECTED('Calendar'))For more details, please check the pbix as attached.
Regards,
Frank
2 Replies
- v-frfei-msftCommunity Support
Hi Fcoatis,
Please update your formula as below.
WeekSel = CALCULATE(MIN('Calendar'[YearWeekNo]),ALLSELECTED('Calendar'))For more details, please check the pbix as attached.
Regards,
Frank
- FcoatisPost Patron