Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM. Register now.

Reply
FZOU
Helper IV
Helper IV

Using power query parameters

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:

Sources.PNG

 

I created a power query parameter named LastDate you can see it below : 

Parameter.PNG

 

Next i tried to replace the static date by this parameter like shown below :

 

replaceParameter.PNG

 

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 🙂

1 ACCEPTED SOLUTION
Icey
Community Support
Community Support

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.

View solution in original post

3 REPLIES 3
amitchandak
Super User
Super User

@FZOU One thing which may be a reason - Data type on the screen should Date ?

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

@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,?,?)
date.PNG

Icey
Community Support
Community Support

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.

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.