Forum Discussion
AnSchmi
Helper II
4 years agoSlicer Week Offset USERELATIONSHIP Date
Hi Team, I have a simple model of orders and date table. The orders table contain open date as well as commitment date. I do not manage to calculate and show in Slicers the Week Offset of Open Da...
- 4 years ago
Dear Amitchandak,
you made my day. This it was I was looking for.
Thank you so much.
Andreas
amitchandak
Super User
4 years agoAnSchmi , Here you need two date tables or you need calculate offset in the table.
Or create calculated columns in your table f order
column 1 =
maxx(filter('D calendar', 'f order'[commitment date] = 'D calendar'[Date]), 'D calendar' [Week offset])
column 2 =
maxx(filter('D calendar', 'f order'[Order date] = 'D calendar'[Date]), 'D calendar' [Week offset])
- AnSchmi4 years ago
Helper II
Dear Amitchandak,
you made my day. This it was I was looking for.
Thank you so much.
Andreas