I'm having a difficult time creating a relationship between two tables. The relationshop is based on time (HH:mm). One table is created from excel and the other is from SQL database.
Excel
00:00
00:01
00:02
etc
SQL
Convert(varchar(5),cfs.date_created,108) AS 'Time Reported'
Where cfs.date_created is datetime value
I can get the relationship to work perfectly in excel, but not in PBI Desktop. Any suggestion are greatly appreciated. I've been at this for 2 days to no avail. Thanks in advance!