Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
Hi Team,
How to convert milliseconds value i.e, 1514851200000 into the date in power bi?
Regards,
Arvind
Solved! Go to Solution.
Hi @arvindyadav
THis might be close
Measure = DATEVALUE("1970-1-1") + (1514851200000 /(60*60*24*1000))
Hi @arvindyadav
THis might be close
Measure = DATEVALUE("1970-1-1") + (1514851200000 /(60*60*24*1000))
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.
Hello,
You need to right-click on your table and create a new column instead of a measure.
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the September 2025 Power BI update to learn about new features.