The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Is it possible to unify a column which has a date with another column which has the time into one DateTime column?
Yes, but depending on what you are doing that may not be optimal. separate columns compress better and hence you data model sill be smaller and faster.
Just select both columns in Power Query, right click and then merge with a space separator. Then convert to Date/Time
Thank you!!!
I could do this in Power BI.