Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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 |
---|---|
25 | |
11 | |
8 | |
6 | |
6 |
User | Count |
---|---|
29 | |
13 | |
11 | |
9 | |
6 |