The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
We have a use case where we want the End date in a Data Slicer to show the current date or previous date whenever the user opens the report. The Start date can be set to a default value(say 01/01 of that year). Any pointers on this would be really helpful.
Solved! Go to Solution.
You may drag date from table below.
Table = CALENDAR ( DATE ( YEAR ( TODAY () ), 1, 1 ), TODAY () )
You may drag date from table below.
Table = CALENDAR ( DATE ( YEAR ( TODAY () ), 1, 1 ), TODAY () )