Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by watching the DP-600 session on-demand now through April 28th.
Learn moreJoin the FabCon + SQLCon recap series. Up next: Power BI, Real-Time Intelligence, IQ and AI, and Data Factory take center stage. All sessions are available on-demand after the live show. Register now
How do I change this value dynamically '20191118' on a weekly basis.
This value can be any day in the current week (Monday-Sunday) using the following date format: 20191118 (yyyymmdd)
FROM [tbl].[db].[test]
WHERE '20191118' BETWEEN [start_dt] AND [end_dt]Doesn't matter if this can be done in SQL or PowerBI. I'm open to both. Thanks
Solved! Go to Solution.
Output the first day of the current week. Give a try!
Select dateadd(wk, datediff(wk, 0, getdate()), 0) as ThisWeekStart,
format(dateadd(wk, datediff(wk, 0, getdate()), 0),'yyyyMMdd')
Eric Ji | Senior Business Intelligence Consultant
www.designmind.com
Hi diskovered,
Did you mean that you want to use parameter in power bi query, right? If so, you could try to refer to Pass parameter to SQL Queries statement using Power BI for details. If not, please correct me and inform me more detailed information(such as your expected output).
Best Regards,
Zoe Zhi
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
what is the startdate and enddate here.
If for example 201911118 means - the entire week data or else only one particular date data..
Output the first day of the current week. Give a try!
Select dateadd(wk, datediff(wk, 0, getdate()), 0) as ThisWeekStart,
format(dateadd(wk, datediff(wk, 0, getdate()), 0),'yyyyMMdd')
Eric Ji | Senior Business Intelligence Consultant
www.designmind.com
Check out the April 2026 Power BI update to learn about new features.
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.
| User | Count |
|---|---|
| 43 | |
| 38 | |
| 35 | |
| 21 | |
| 15 |
| User | Count |
|---|---|
| 65 | |
| 58 | |
| 28 | |
| 27 | |
| 25 |