Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
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
User | Count |
---|---|
64 | |
55 | |
46 | |
31 | |
31 |
User | Count |
---|---|
84 | |
73 | |
52 | |
48 | |
43 |