Forum Discussion

landcruiser64's avatar
landcruiser64
Frequent Visitor
6 years ago
Solved

Date Format in DAX Advance Settings before loading data

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 da...
  • camargos88's avatar
    6 years ago

    Hi landcruiser64 ,

     

    Try this one:

     

    DateTime.ToText(DateTime.LocalNow(), "yyyy-MM-dd")