Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount.
Register nowThe Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.
Hi folks,
Is it possible to convert a Google bigQuery timestamp as a date in Power Query?
Solved! Go to Solution.
The solution is =>
= Table.AddColumn(#"Personnalisée ajoutée1", "DATE-ACTIVATION-CARTE", each #datetime(1970,1,1,0,0,0)+#duration(0,1,0,[#"DATE-ACTIVATION-CARTE-TEMP"]))
Thank you myself.
🙂
The solution is =>
= Table.AddColumn(#"Personnalisée ajoutée1", "DATE-ACTIVATION-CARTE", each #datetime(1970,1,1,0,0,0)+#duration(0,1,0,[#"DATE-ACTIVATION-CARTE-TEMP"]))
Thank you myself.
🙂
User | Count |
---|---|
136 | |
70 | |
69 | |
54 | |
53 |
User | Count |
---|---|
207 | |
94 | |
64 | |
61 | |
57 |