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

Power BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.

Reply
manoj2606
New Member

Passing Slicer Selections into a SQL Query with Direct Query.

Hi guys,

 

I want to retrieve data from a table or view from SQL server based on Slicer selection by users. I have two slicers, one with start date and another with end date.

 

Example: SELECT * FROM TABLE WHERE DATE>=(Slicer 1)STARTDATE AND DATE<(Slicer 2)ENDDATE 

 

Please let me know how to acheive this.

 

Kind regards!

3 REPLIES 3
gvrajesh
Frequent Visitor

Hi,

The feature is only supported for M based data sources, not for T-SQL based data sources: SQL Server, Azure SQL Database.

 

Any other suggestion?

Anonymous
Not applicable

Good morning.  Is this still not possible with SQL Server?

 

Thanks...Chris

Helpful resources

Announcements
June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

Check out the June 2025 Power BI update to learn about new features.

June 2025 community update carousel

Fabric Community Update - June 2025

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

Top Solution Authors