Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hi Everyone
I have created a column that provides the date of Thursday in Date/time format based on on the week number (given by another column [Week]) using the following formula:
Solved! Go to Solution.
@LilMurph , Assume this is correct
Thursday = IF('Data'[Week]=1,date(2021,12,30), date(2022,1,((('Data'[Week])-1)*7)-1))
You can get with time like
Thursday = IF('Data'[Week]=1,date(2021,12,30), date(2022,1,((('Data'[Week])-1)*7)-1)) + time(17,0,0)
refer if needed for week start date
Any Weekday Week - Start From Any day of Week
https://community.powerbi.com/t5/Community-Blog/Any-Weekday-Week-Decoding-Date-and-Calendar-2-5-Powe...
@LilMurph , Assume this is correct
Thursday = IF('Data'[Week]=1,date(2021,12,30), date(2022,1,((('Data'[Week])-1)*7)-1))
You can get with time like
Thursday = IF('Data'[Week]=1,date(2021,12,30), date(2022,1,((('Data'[Week])-1)*7)-1)) + time(17,0,0)
refer if needed for week start date
Any Weekday Week - Start From Any day of Week
https://community.powerbi.com/t5/Community-Blog/Any-Weekday-Week-Decoding-Date-and-Calendar-2-5-Powe...
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 46 | |
| 31 | |
| 29 | |
| 15 | |
| 15 |
| User | Count |
|---|---|
| 58 | |
| 56 | |
| 38 | |
| 21 | |
| 21 |