Valid PL-300 Dumps shared by EduDump.com for Helping Passing PL-300 Exam! EduDump.com now offer the newest PL-300 exam dumps, the EduDump.com PL-300 exam questions have been updated and answers have been corrected get the newest EduDump.com PL-300 dumps with Test Engine here:
You have a large dataset that contains more than 1 million rows. The table has a datetime column named Date. You need to reduce the size of the data model. What should you do?
Correct Answer: D
We have to separate date & time tables. Also, we don't need to put the time into the date table, because the time is repeated every day. Split your DateTime column into a separate date & time columns in fact table, so that you can join the date to the date table & the time to the time table. The time need to be converted to the nearest round minute or second so that every time in your data corresponds to a row in your time table. Reference: https://intellipaat.com/community/6461/how-to-include-time-in-date-hierarchy-in-power-bi