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.
Hi,
I'm working with large datasets in Power BI that contain a DateTime column. I’m wondering how splitting this single DateTime column into two separate columns can help reduce memory usage and improve query performance in Power BI.
Thanks
Solved! Go to Solution.
Hi @Chandana_V ,
DateTime columns have high cardinality because each unique timestamp is treated as a distinct value. By splitting the column, you reduce the number of unique values in each column, which lowers cardinality and improves compression.
You can use power query to split column into Date and Time. Here is how:
Hope this helps!!
If this solved your problem, please accept it as a solution and a kudos!!
Best Regards,
Shahariar Hafiz
Hi @Chandana_V ,
DateTime columns have high cardinality because each unique timestamp is treated as a distinct value. By splitting the column, you reduce the number of unique values in each column, which lowers cardinality and improves compression.
You can use power query to split column into Date and Time. Here is how:
Hope this helps!!
If this solved your problem, please accept it as a solution and a kudos!!
Best Regards,
Shahariar Hafiz
User | Count |
---|---|
98 | |
75 | |
69 | |
50 | |
27 |