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 looking for last date of week (eg :26/03/2023).
Thank you in advance
Solved! Go to Solution.
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
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
User | Count |
---|---|
105 | |
30 | |
22 | |
18 | |
15 |
User | Count |
---|---|
97 | |
22 | |
20 | |
18 | |
17 |