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
arvindyadav
Post Partisan
Post Partisan

How Can I Convert Milliseconds Value into Date

Hi Team,

 

How to convert milliseconds value i.e, 1514851200000 into the date in power bi?

 

Regards,

Arvind

1 ACCEPTED SOLUTION
Phil_Seamark
Microsoft Employee
Microsoft Employee

Hi @arvindyadav

 

THis might be close

 

Measure = DATEVALUE("1970-1-1") + (1514851200000 /(60*60*24*1000))

To learn more about DAX visit : aka.ms/practicalDAX

Proud to be a Datanaut!

View solution in original post

4 REPLIES 4
Phil_Seamark
Microsoft Employee
Microsoft Employee

Hi @arvindyadav

 

THis might be close

 

Measure = DATEVALUE("1970-1-1") + (1514851200000 /(60*60*24*1000))

To learn more about DAX visit : aka.ms/practicalDAX

Proud to be a Datanaut!

Anonymous
Not applicable

 

Hello,

i have a question if you allow i have a text column customerdate= 1546038000000

for example, how can i use the name of my column [customerdate] in this formula and create the measure

Thank's in advance.

 

 

 

Anonymous
Not applicable

Hello,

You need to right-click on your table and create a new column instead of a measure.

Hi @Phil_Seamark,

 

Thanks Phil,

It is work for me.

 

Regards,

Arvind

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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