Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
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>)