Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago
Solved

Show current year

I am preparing a header for my power bi report in the following way   Sales for the year 2020 - question is how do I show the year dynamically ? Can I add a new column to the report in the power bi...
  • Icey's avatar
    Icey
    5 years ago

    Hi Anonymous ,

     

    Try this:

    Measure =
    "My header -" & FORMAT ( TODAY (), "mmmyyyy" )
    

     

     

    Best regards

    Icey

     

    If this post helps, then consider Accepting it as the solution to help other members find it faster.