This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowA new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.
Hi everyone,
I want to replace a static date by a power query parameter, i tried some tricks but without result i'm gonna explain it below .
Data source : tha static date it's marked in YELLOW below:
I created a power query parameter named LastDate you can see it below :
Next i tried to replace the static date by this parameter like shown below :
The problem is the function #date("2021-04-30") should have 3 parameters instead of just one "LastDate" and if i add a blank #date(LastDate," "," ") it wont work it can't be converted to number !
Any one can help please ?
Thank you 🙂
Solved! Go to Solution.
Hi @FZOU ,
Since the "LastDate" parameter's type is "Date", it is not needed to use #date() function. Try this:
...
{Cube.ApplyParameter, "[!V000001]",{LastDate}},
...
Best Regards,
Icey
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
@amitchandak Yes even when i change it to date it's same thing the #date function expects 3 arguments fro exp #date(arg1,arg2,arg3) but i have only one #date(LastDate,?,?)
Hi @FZOU ,
Since the "LastDate" parameter's type is "Date", it is not needed to use #date() function. Try this:
...
{Cube.ApplyParameter, "[!V000001]",{LastDate}},
...
Best Regards,
Icey
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Check out the May 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 32 | |
| 26 | |
| 25 | |
| 24 | |
| 15 |
| User | Count |
|---|---|
| 62 | |
| 48 | |
| 27 | |
| 21 | |
| 20 |