Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreWe've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. 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...
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
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 |
|---|---|
| 53 | |
| 36 | |
| 33 | |
| 19 | |
| 17 |
| User | Count |
|---|---|
| 73 | |
| 72 | |
| 38 | |
| 35 | |
| 26 |