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,
I created a ReportDate direct qeury table and ReportDateParam.
Select the ReportDate field, but the "Bind to parameter" is missing in the Advanced property.
From the Youtube video, It supposed to have
What did I miss? Thank you in advance.
I cast the ReportDate to string. The Bind to parameter appeared. Thanks again.
Thanks @amitchandak. Is the data type caused the "Bind to parameter" missing? Thanks.
@danyeungw , Please check this in limiatation
If your parameter is the Date/Time
data type, you need to cast it within the M query as DateTime.Date(<YourDateParameter>)