Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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 |
---|---|
73 | |
70 | |
38 | |
23 | |
23 |
User | Count |
---|---|
96 | |
94 | |
50 | |
42 | |
40 |