Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
When I link a table with attribute [date appointment] to my data table, a lot of data gets lost somehow. I've done this with other tables too, but nothing gets lost there.
With link to data table
Without link to data table
Does anyone know why this might happen?
@Sohan , Not very clear. Your date appointment table might have timestamp, that can cause date join to fail
create a new date column like
Date = [date appointment].date
or
Date = date(year([date appointment]),month([date appointment]),day([date appointment]))
Hi,
This is what I have right now:
@Sohan , I think the problem is there with the date appointment has timestamp, Change the data type to datetime and choose a format with time, if you see any other time than 12 AM, it means there is a problem
Refer I discussed why Time intelligence fails
https://www.youtube.com/watch?v=OBf0rjpp5Hw
Hi @amitchandak, I had [date appointment] in Power Query as date, not timestamp. So it probably shouldn't be that.
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
70 | |
70 | |
38 | |
28 | |
26 |
User | Count |
---|---|
97 | |
88 | |
59 | |
43 | |
40 |