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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
espo4life
Helper I
Helper I

SQL Table Value Function with Parameters

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!

 

1 ACCEPTED SOLUTION
v-yiruan-msft
Community Support
Community Support

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

Community Support Team _ Rena
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-yiruan-msft
Community Support
Community Support

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

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

That worked beautifully. Thank you!!

TomMartens
Super User
Super User

Hey @espo4life ,

 

this article describes what you are looking for:

https://answers.microsoft.com/en-us/msoffice/forum/all/power-query-get-transform-sql-native-query-wi...

 

Hopefully, this helps to tackle your challenge.

 

Regards,

Tom



Did I answer your question? Mark my post as a solution, this will help others!

Proud to be a Super User!
I accept Kudos 😉
Hamburg, Germany

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.