CardTransaction.csvCardNumber: Unique identifier for each user cardLotNumber: Identifier for the parking lotEntranceTime: Timestamp of entryExitTime: Timestamp of exitCardAccessGroupAssignment.csvCardNumber: Unique identifierAccessGroup: Role or department assigned to the card (e.g., Staff, Visitor)EntranceTime and ExitTime columns to DateTimeEntranceTime is missing โ set to midnight of the exit dateExitTime is missing โ set to 23:59:59 of the entry dateActualEntry and ActualExit columnsDurationMinutes as the difference between entry and exitAccessGroup column by splitting multiple groups into separate rowsEvents table with +1 (entry) and โ1 (exit) records for tracking lot flowCalendar table using DAX:Posted Jun 15, 2025
Developed a Power BI dashboard for parking trend analysis.