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!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
I have a Table-Value Function that I want to use as a data source and have it parameterized (even if I have two static parameters). The signature is
SELECT * FROM [dbo].[fnCUSTCLUBPLAN] (
<@PeriodStart, datetime2(7),>
,<@PeriodEnd, datetime2(7),>)
I imported it into Power BI with hardcarded dates and the editor shows it as
= dbo_fnCUSTCLUBPLAN(#datetime(2000, 1, 1, 0, 0, 0), #datetime(2000, 6, 5, 0, 0, 0))
Can anyone point me in the right direction?I have a parameter named "Parameter1" that is a date/time type.
Thanks in advance!
Solved! Go to Solution.
Hi @espo4life ,
You can create 2 query parameters to filter the data based on the date field, please refer the contents in the following links to achieve it.
Working with Parameters in Power BI Desktop
How do I pass parameters to my SQL statement?
Best Regards
Rena
Hi @espo4life ,
You can create 2 query parameters to filter the data based on the date field, please refer the contents in the following links to achieve it.
Working with Parameters in Power BI Desktop
How do I pass parameters to my SQL statement?
Best Regards
Rena
That worked beautifully. Thank you!!
Hey @espo4life ,
this article describes what you are looking for:
Hopefully, this helps to tackle your challenge.
Regards,
Tom
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 62 | |
| 55 | |
| 39 | |
| 16 | |
| 15 |
| User | Count |
|---|---|
| 93 | |
| 85 | |
| 33 | |
| 31 | |
| 25 |