Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredJoin 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.
Hi,
I need to pass a parameter to be sent to a stored proc in SQL. I have created a parameter on an excel sheet looking at a field called date_parameter. This is showing up as a parameter in power query, the @asatdate works if i put in a date instead of the parameter (example = Sql.Database("IP_Address", "DB_NAME", [Query="execute UDEF_BI_DEF_AGED_DEBTORS_EXTENDED @ASATDATE = '06/08/2021'"])
I have tried various mmethods of passing this across and i cant seem to get the styntax correct.
Any ideas?
= Sql.Database("IP_Address", "DB_NAME", [Query="execute UDEF_BI_DEF_AGED_DEBTORS_EXTENDED @ASATDATE = Parameter[Date_Parameter]{0}"])
This is my latest try!
Solved! Go to Solution.
Hi @the606 ,
You can create a custom function in power query then use it as parameter to execute a Stored Procedure.
Check the reference below:
https://docs.microsoft.com/en-us/power-query/custom-function
Best Regards,
Kelly
Did I answer your question? Mark my post as a solution!
Hi @the606 ,
You can create a custom function in power query then use it as parameter to execute a Stored Procedure.
Check the reference below:
https://docs.microsoft.com/en-us/power-query/custom-function
Best Regards,
Kelly
Did I answer your question? Mark my post as a solution!
Value.NativeQuery comes to your rescue,
| Thanks to the great efforts by MS engineers to simplify syntax of DAX! Most beginners are SUCCESSFULLY MISLED to think that they could easily master DAX; but it turns out that the intricacy of the most frequently used RANKX() is still way beyond their comprehension! |
DAX is simple, but NOT EASY! |
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.