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!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
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
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 65 | |
| 43 | |
| 41 | |
| 32 | |
| 23 |
| User | Count |
|---|---|
| 200 | |
| 126 | |
| 103 | |
| 71 | |
| 54 |