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 nowJuly 28 - August 9 | Final Round of the Power BI Dataviz World Championships. This is your chance. Learn more
Hi
how to write below query with out errors
column = if (Table1[state]=''Closed" && Table1[Date]<today() -14)
Error: Too few agruments were passed to the IF function . the minimum arguement count for the function is 2
Can you please assist?
Thanks
Kunuthuri
Solved! Go to Solution.
@Anonymous
I can also see there is one argument i.e the logical test
You should specify the result too if the logic is met
IF(logical_test>,<value_if_true>, value_if_false)
column = if (Table1[state]=''Closed" && Table1[Date]<today() -14,_____________)
@Anonymous
I can also see there is one argument i.e the logical test
You should specify the result too if the logic is met
IF(logical_test>,<value_if_true>, value_if_false)
column = if (Table1[state]=''Closed" && Table1[Date]<today() -14,_____________)
If you love stickers, then you will definitely want to check out our community sticker challenge, Barcelona edition!
Check out the July 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 26 | |
| 22 | |
| 22 | |
| 20 | |
| 17 |
| User | Count |
|---|---|
| 35 | |
| 29 | |
| 21 | |
| 19 | |
| 17 |