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.
Hi,
I need to restrict Caledar date picker starting from 01-01-2019 in Calenda parameter.
If I open Calendar parameter it should not show left arrow which I highlighted below.
This is a paginated report.
Note: I can create another dataset query by writing sql query restrict the date range. (Which I do not want to do, last option)
But, I wanted to write an expression in default values in Report paratamers properties.
I am able to get 2019 but it is showing left arrow in calendar where i can select 2018 as well which I dont want see. =dateadd("m",0,dateserial(2019,month(Today),1))
Hi,
I do not believe there is a way to retrict the arrows on the calendar picker.
Thanks!