This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreDid you hear? There's a new SQL AI Developer certification (DP-800). Start preparing now and be one of the first to get certified. Register now
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?
@Anonymous , 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:
@Anonymous , 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 April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 36 | |
| 32 | |
| 26 | |
| 24 | |
| 17 |
| User | Count |
|---|---|
| 69 | |
| 50 | |
| 30 | |
| 25 | |
| 24 |