We've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now
Hello,
im trying to assign start and end date value to a sql Declare stament.
I know i can do a slicer or a datarange filter but there is more complixed items to the query
does anyone know if this is possiable? below is a basic statment i testing with.
Thank you
Declare @startDate date = ?
Declare @endDate date = ?
Select
Count(SO_ID)
from Sales
where ORDER_DATE between @startDate and @endDate
@agonciulea2 , You have to use m parameters or dynamic M parameters
https://docs.microsoft.com/en-us/power-bi/connect-data/desktop-dynamic-m-query-parameters
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 53 | |
| 38 | |
| 33 | |
| 16 | |
| 15 |
| User | Count |
|---|---|
| 66 | |
| 63 | |
| 37 | |
| 34 | |
| 22 |