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

The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more

Reply
przos
Frequent Visitor

1 arguments were passed to a function which expects 3. Query step not working for if statement.

Hi,

We have got a solution where in one of the steps 'if' statement takes a current date and translates it to sprint number. It checks the current date versus what is in the code.
 
The erroneous step is built in the following way:

= if (DateTime.Date(DateTime.LocalNow())<=#date(2018,1,2)) then "Sprint from 2017" else
* lots of conditions for each sprint as the one below.
if (DateTime.Date(DateTime.LocalNow())>=#date("2018,12,19") and DateTime.Date(DateTime.LocalNow())<=#date("2019,1,1")) then "Sprint 51" 
else ""


Until recently, it worked like a charm. However, it does give us a following error message:
Expression.Error: 1 arguments were passed to a function which expects 3.
Details:
    Pattern=
    Arguments=List


Any ideas if Microsoft has changed recently that it these kind of statements do not work anymore? Any ideas how to correct such code to get it working?

Thanks!

1 ACCEPTED SOLUTION
v-jiascu-msft
Microsoft Employee
Microsoft Employee

Hi @przos,

 

The #date("2018,12,19")  should be #date(2018,12,19). The double quotes make the three parameters as one. Please check it and try again.

 

Best Regards,

Dale

Community Support Team _ Dale
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
v-jiascu-msft
Microsoft Employee
Microsoft Employee

Hi @przos,

 

The #date("2018,12,19")  should be #date(2018,12,19). The double quotes make the three parameters as one. Please check it and try again.

 

Best Regards,

Dale

Community Support Team _ Dale
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Thanks a lot for your help @v-jiascu-msft. It resolved my problem and soluion works as expected. Yey!

przos
Frequent Visitor

Hi,

A while ago my PowerBI query stopped working.

 

One of our mechanism contains solution where new Custom column is being created. It takes current date and then displays Sprint Number (2 weeks range for a sprint). Until recently, this worked all right, but now I get a following message:


Expression.Error: 1 arguments were passed to a function which expects 3.
Details:
    Pattern=
    Arguments=List


The code:
= if (DateTime.Date(DateTime.LocalNow())<=#date(2018,1,2)) then "Sprint from 2017" else
*lots of ifs based like the one below here from S1 to S49

if (DateTime.Date(DateTime.LocalNow())>=#date("2018,12,19") and DateTime.Date(DateTime.LocalNow())<=#date("2019,1,1")) then "Sprint 51" 
else ""

Solution does not pick up the data through/from the gateway and gets it from OFeed. Until this step (Custom Column) all works well. Has Microsoft changed anything here recently?

Anyone could help me with defining what is wrong or how to correct it?

Helpful resources

Announcements
Power BI DataViz World Championships

Power BI Dataviz World Championships

The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!

December 2025 Power BI Update Carousel

Power BI Monthly Update - December 2025

Check out the December 2025 Power BI Holiday Recap!

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.