Forum Discussion
Pierre08
3 years agoFrequent Visitor
Week_End date instead of Week_Number
Hi All, I am new to power bi and to this forum, so pls go slow on me. I've generated matrix table for my weekly sales and returns using weeknum and it gives me week number, instead i am looki...
- 3 years ago
Hi Pierre08
you may try something like
Weekly_CC =
'AP Consolidated Inventory - Customer (2)'[Calendar Day.Calendar Day Level 01]
- WEEKDAY (
'AP Consolidated Inventory - Customer (2)'[Calendar Day.Calendar Day Level 01],
2
) + 7you may need to adjust the 7 (+ or -) to obtain the desired result
tamerj1
3 years agoCommunity Champion
Hi Pierre08
you may try something like
Weekly_CC =
'AP Consolidated Inventory - Customer (2)'[Calendar Day.Calendar Day Level 01]
- WEEKDAY (
'AP Consolidated Inventory - Customer (2)'[Calendar Day.Calendar Day Level 01],
2
) + 7
you may need to adjust the 7 (+ or -) to obtain the desired result