Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
DAX does not seem to have a date.format. You can use the Interface but that is AFTER the data is loaded.
I need to send a dynamic date to my json data source string to load data based on today's date.
{date.format("yyyy-MM-dd")}
GetTodaysDate = Text.From(Date.LocalNow()),
"05/20/2020"
I need it to be:
"2020-05-20"
Does DAX have a Date Format Function?
How do I convert the date using Text Replace or some other method?
Solved! Go to Solution.
Check out the July 2025 Power BI update to learn about new features.