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

Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started

Reply
joshua1990
Post Prodigy
Post Prodigy

Text for past and Date for present and future

Hi all!

I have a column with a lot of dates. Now I would like to add a calculated column that displays "Past" if the Date if in the past. If the date is today or in the future, I would like to see the Date.

How would you do that?

1 ACCEPTED SOLUTION
FreemanZ
Super User
Super User

hi @joshua1990 

try to add a column like:

Column = IF([Date]<TODAY(), "Past", FORMAT([Date], "m/d/yyyy" ))

it worked like:

FreemanZ_0-1678027338428.png

 

the sequence of "m/d/yyyy" depends on your preference.

View solution in original post

2 REPLIES 2
FreemanZ
Super User
Super User

hi @joshua1990 

try to add a column like:

Column = IF([Date]<TODAY(), "Past", FORMAT([Date], "m/d/yyyy" ))

it worked like:

FreemanZ_0-1678027338428.png

 

the sequence of "m/d/yyyy" depends on your preference.

ValtteriN
Super User
Super User

Hi,

This should do the trick: 

Past = IF([Date]<TODAY(),"Past",FORMAT([Date],"DD-MM-YYYY"))

Here I am using format to avoid "variant type data" error:
ValtteriN_0-1678026049046.png

 

I hope this post helps to solve your issue and if it does consider accepting it as a solution and giving the post a thumbs up!

My LinkedIn: https://www.linkedin.com/in/n%C3%A4ttiahov-00001/





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




Helpful resources

Announcements
Europe Fabric Conference

Europe’s largest Microsoft Fabric Community Conference

Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.

Power BI Carousel June 2024

Power BI Monthly Update - June 2024

Check out the June 2024 Power BI update to learn about new features.

RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

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