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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
Anonymous
Not applicable

Getting the last date without time

Hi,

 

I'm creating a measure which shows the last date.  I'm creating it with the following measure:

 

6_last_issue_date = maxx(table1, table1[issue_date].[Date])

 

 

It isn't clear in the picture but I'm using a card to show the date on.

 

I get the next result:

Annotation 2020-02-06 121711.png

 

And I'm trying to get the next result:

Annotation 2020-02-06 121842.png

 

 

 

I don't know where he gets the time from, because in my modeling tab of the data i put it on a format without time : dd/MM/yyyy

 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

@Anonymous Try wrapping your measure in format function

Measure = FORMAT(MAXX('Table','Table'[Date]),"MM/dd/yyyy")

View solution in original post

1 REPLY 1
Anonymous
Not applicable

@Anonymous Try wrapping your measure in format function

Measure = FORMAT(MAXX('Table','Table'[Date]),"MM/dd/yyyy")

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

Find out what's new and trending in the Fabric community.

July PBI25 Carousel

Power BI Monthly Update - July 2025

Check out the July 2025 Power BI update to learn about new features.

Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.