Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowData Days is here! Join us now for 60+ days of learning, challenges, and connection. Learn more
I would like to define a dynamic parameter which I can use in the SQL query to filter a specific date.
I created this query which is generating the correct number I want to use dynamically every day, but cannot use it in the SQL statement.
Any suggestions welcome please.
Thanks
@BLB,
Try concatenating the parameter in the SQL statement:
...SYSDATE + '" & OffsetForLastTuesday & "' and SKULOC...
Proud to be a Super User!
Thanks for the suggestion but now I am getting this error.
@BLB,
Try adding the single quotes in my example. Also, the plus sign after SYSDATE in your original query is missing.
Proud to be a Super User!
I tried all combinations, with ', ", &, on their own and in all combinations an none of them works for me.
@BLB,
Try wrapping the parameter in Text.From. I think the parameter needs to be text in order to concatenate it with text.
Proud to be a Super User!
Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.
Check out the May 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 23 | |
| 23 | |
| 20 | |
| 18 | |
| 14 |
| User | Count |
|---|---|
| 58 | |
| 51 | |
| 41 | |
| 30 | |
| 24 |