Starting December 3, join live sessions with database experts and the Microsoft product team to learn just how easy it is to get started
Learn moreGet certified in Microsoft Fabric—for free! For a limited time, get a free DP-600 exam voucher to use by the end of 2024. Register now
Hi,
I have 3 table connected 1:* relationship
Calendar Table - Date (format Date/Time dd/mm/yyyy)
2020 - Created On (format Date/Time dd/mm/yyyy)
PROD - UsageDate (format Date/Time dd/mm/yyyy)
But when i grab date from calendar table it is not showing data against that date from 2020 table
Can you provide some solution?
Regards,
Aditya Vighne
Hi @adityavighne ,
The reason for your issue is that the relationship does not match the actual data.
It is recommended that you create a continuous date table.
Table = CALENDAR(DATE(2018,1,1),DATE(YEAR(TODAY()),12,31))
Create one to many relationships with the other three tables based on the new tables.
Best Regards,
Liang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Not working.
still column ID is not showing any value.
regards,
Aditya
@adityavighne , Check if, your created on has time stamp. Change the format to include time and check
If so create a new date
Create date = [Create On].date
or
Create date = date(year([Create On]),month([Create On]),day([Create On]))
Not working.
still showing blank in ID column.
Starting December 3, join live sessions with database experts and the Fabric product team to learn just how easy it is to get started.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early Bird pricing ends December 9th.
User | Count |
---|---|
87 | |
83 | |
82 | |
67 | |
49 |
User | Count |
---|---|
135 | |
111 | |
100 | |
65 | |
62 |