Quick summary
The Power BI TODAY function lets you create a dynamic date measure that automatically updates every time your report refreshes. Using the Modeling tab and a simple DAX formula, you can display the current date without manual input.
Steps
- Open your Power BI Desktop report where you need the current date function.
- Navigate to the Modeling tab in the top ribbon.
- Click the New Measure button to create a place for your date formula.
- Enter the TODAY function in the formula bar to return the current date.
- Press the check mark or hit Enter to commit your new date measure.
- Your report now contains a dynamic date measure that updates automatically each time the report refreshes.
.gif)



