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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hello i need some help to create a new colum thats have the number of days and time between 2 colums so iwant to create the "Newcolum" that has the differents in days between "Created at" and "Updated at"
for example:
Created at | Updated at | New colum |
01-01-2024 18:16 | 03-01-2024 18:17 | 2 Days |
04-02-2024 18:00 | 16-02-2024 19:00 | 12 Days |
Solved! Go to Solution.
Hi @Krijgersss
New colum = INT(Updated at - Created at)
Proud to be a Super User!
Hi @Krijgersss ,
Did you get your problem solved, if so, mark the correct answer as a marker, if not, provide more detailed information and we can help you better!
Best Regards,
Liu Yang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Krijgersss
New colum = INT(Updated at - Created at)
Proud to be a Super User!
User | Count |
---|---|
15 | |
9 | |
8 | |
6 | |
5 |
User | Count |
---|---|
31 | |
18 | |
15 | |
7 | |
5 |