Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
i need to set a parameters value automatically to todays date, in the format YYYY-MM-DD
Hi @NaddingGod ,
Are you talking about Power Query parameter? If so, I doubt that you could do that. Would you consider creating a custom column and using this column as a filter instead?
Date.ToText(Date.From(DateTime.LocalNow()),"YYYY-MM-DD")
Best Regards,
Jay
@NaddingGod , date format you can choose in format under column tools .
TO set default today you have to create a flag
Is Today = if('Date'[Date]=TODAY(),"Today",format([date], "YYYYMMDD")
you have select today in the slicer
Hello thanks for the answer.
i am not concerned with the date format. How do i set todays date to a parameter. i want it to chage automatically, with every refresh in my json api.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.