PowerBI - Conversion of data stamp powerbi
How to convert time stamp in Power BI
š
Create a new custom column
Use this command to convert the timestamp in date and time
#datetime(1970, 1, 1, 0, 0, 0) + #duration(0, 0, 0, [UnixTime]/1000)
Need to change the format in the column to PowerBI use like a data and time
Change the data and time
You can use time and date.