Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
adityavighne
Continued Contributor
Continued Contributor

Date to Calendar table not showing data

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?

tempsnip.pngtempsnip2.png

 

Regards,

Aditya Vighne

4 REPLIES 4
V-lianl-msft
Community Support
Community Support

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

amitchandak
Super User
Super User

@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.

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.

Top Solution Authors