Im currently creating a circle diagram that splits the planned receipt dates for order line in days (Monday to friday). It sees it correctly except its counting the day number instead of just one per order line. For example if an order is planned for 30/01/2025 it shows the right day but gives it the value 30 in the circle diagram. How can I fix it to add just one per found order line?
Current Measure: DatePart(Weekday, [Purchase Order Line.Planned Receipt Date])