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

A new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.

Reply
MP-iCONN
Resolver I
Resolver I

Pass date range in SQL Statement - Power Query

We are migrating away from a system called Chartio that allowed us to pass parameters (filtered date ranges) through to our SQL Statements.  

 

Chartio SQL Statement:

MPiCONN_1-1638466545197.png

 

The above Last_30_Days is a control filter which you by default is whatever date range you enter in that filter.  It then passes it through to this above SQL Statement.

 

I am wondering if there is a way to do that in Power Query?

 

MPiCONN_0-1638466508715.png

 

Thank you for any help on this.

 

Chad

 

3 REPLIES 3
smpa01
Community Champion
Community Champion

@MP-iCONN  answered a similar question here 

 

TLDR You can passs on a values to SQL dynamically lke following

 

SELECT x, y, z FROM myTable WHERE dateColumn < '" &myValue& "

or

let
    Source = Sql.Database("serverName", "dbName", [Query="select * from tbl where dateColumn<'"&Table[C1]{0}&"'"])
in
    Source

 


========================
Did I answer your question? Mark my post as a solution!
Proud to be a Super User
My Custom Visualization Projects
• Plotting Live Sound: Live Sound
• Beautiful News: Women in Parliament, Energy Mix, Shrinking Armies
• Visual Capitalist: Working Hrs
• Others: Easing Graph, Animated Calendar
MayViz Submissions
• Week 1: View
• Week 2: View
• Week 3: View
========================

But can you use some sort of filter that the user can enter in the report (like a slicer type, date range)?

 

This way the user can select instead of the 30 day default range I put in the query a different date range.

 

Thank you.

smpa01
Community Champion
Community Champion

@MP-iCONN you can create an excel in a sharepoint location for the user to provide the input for the filter and query that sharepoint excel in your report for that value to filter the sql query.

 

Else you can get all the data from the server and create a dax slicer and letvthe input from the slicer to slice the table.

 


========================
Did I answer your question? Mark my post as a solution!
Proud to be a Super User
My Custom Visualization Projects
• Plotting Live Sound: Live Sound
• Beautiful News: Women in Parliament, Energy Mix, Shrinking Armies
• Visual Capitalist: Working Hrs
• Others: Easing Graph, Animated Calendar
MayViz Submissions
• Week 1: View
• Week 2: View
• Week 3: View
========================

Helpful resources

Announcements
May Power BI Update Carousel

Power BI Monthly Update - May 2026

Check out the May 2026 Power BI update to learn about new features.

Fabric SQL PBI Data Days

Data Days 2026 coming soon!

Sign up to receive a private message when registration opens and key events begin.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.