Today's date in Power BI report.

Michael Denis MIFSUD 0 Reputation points
2026-08-06T09:17:47.54+00:00

How do you insert today's date in a power bi report?

Microsoft 365 and Office | Subscription, account, billing | For business | Other
0 comments No comments

1 answer

Sort by: Most helpful
  1. Demi Nguyen 85 Reputation points Independent Advisor
    2026-08-06T09:38:38.3733333+00:00

    Hello Michael Denis MIFSUD,

    Thank you for your question.

    According to Microsoft’s official documentation, you can use the DAX function TODAY() to return the current date in a Power BI report. You can create a measure such as:

    Today's Date = TODAY()
    

    After creating the measure, add a Card visual to the report and place the measure in the card to display today’s date.

    Please note that if the date does not update as expected, the report or semantic model refresh settings may need to be reviewed.

    For more information, please refer to Microsoft’s official documentation: TODAY function (DAX) | Microsoft Learn

    If the goal is to filter report data relative to today rather than simply display the date, Microsoft also provides guidance on using a relative date slicer: Create a Relative Date Slicer or Filter in Power BI - Power BI | Microsoft Learn

    I hope this information helps point you in the right direction.

    Kind regards,


    If the answer is helpful, please click "Yes". If you have extra questions about this answer, please click "Comment". 

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    Was this answer helpful?

    1 person found this answer helpful.

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.