Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
TOYER01
Helper I
Helper I

HOW TO ADD TODAY DATE ON A TEXT BOX

I am relatively new.

 

I want to add current date to a dashboard. it should be displayed by a textbox.

1 ACCEPTED SOLUTION
DOLEARY85
Super User
Super User

Hi,

 

you can add a measure for todays date:  

Measure 2 = TODAY()
 
then in the text box click the value option,
 
DOLEARY85_0-1682188684146.png

 

enter the name of the measure and select the formatting:

 

DOLEARY85_1-1682188743790.png

the updated value will then appear in the text box along side any text:

 

DOLEARY85_2-1682188771160.png

If I answered your question, please mark my post as solution, Appreciate your Kudos 👍

View solution in original post

9 REPLIES 9
EnnioA
New Member

Value option did not work for me. However creating the new measure 

Today = FORMAT(TODAY(),"YYYY-MM-DD"), and using that with a Card visualization did the trick.
 
@concertandy no blue line with this option.
BiBetaCat
Regular Visitor

Maybe the original solution has been superceded, but just for anyone else who may stumble across this, I found I could do it without a measure, just by using TODAY(). My data is held outside the Report (Dash), so I wanted to avoid adding measures.  You can format within the Result Options:

 

BiBetaCat_0-1709911383414.png

 

rethiking
Regular Visitor

How do you do custom formatting for this e.g. mmmm yyyy

EDMTU
New Member

And if attempting to use Value instead yields: "Adding dynami values is't supported in this application." XX

 

Then what?

DOLEARY85
Super User
Super User

Hi,

 

you can add a measure for todays date:  

Measure 2 = TODAY()
 
then in the text box click the value option,
 
DOLEARY85_0-1682188684146.png

 

enter the name of the measure and select the formatting:

 

DOLEARY85_1-1682188743790.png

the updated value will then appear in the text box along side any text:

 

DOLEARY85_2-1682188771160.png

If I answered your question, please mark my post as solution, Appreciate your Kudos 👍

The "+ VALUE" button sometimes see a measure, sometimes does not see it. 

 

What can be done with it?

I face this issue i created a new measure but it is not showing inside the +value box. Did you find a solution for this??

No, I did not find yet.

Nice solution, but how do we now get rid of that pesky blue underline?

Helpful resources

Announcements
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel

Fabric Monthly Update - May 2024

Check out the May 2024 Fabric update to learn about new features.

LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.

Top Solution Authors