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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
Anonymous
Not applicable

Date Table relationship issue

Date Table relationship issue

https://1drv.ms/u/s!AhVscPhmToJ0k7gcVSus_llQdKYNKQ

 

When I use date-time column (CreatedOn.1) in existing table, column chart visual is working well.

1.JPG

 

I created new table using calenderauto() function along with 1 to many relationship.

2.JPG

 

Hierarchy is removed from CreatedOn.1 column which is great but with new Date column visual does not work.

 

3.JPG

 

1 ACCEPTED SOLUTION

Hi @Anonymous

 

your createdOn.1 Column contains time, when you join to the Date table you are not matching any of the dates there, can you create a column that is just the date portion in your source system or through power query?

 

You will find your pbix file updated with a calc column that joins to the date table to slices your data by date, I would not suggest joining on calc dax columns and would try to push creating column work to your source system or powery query

 

https://1drv.ms/u/s!AhCeuF2piSWMgcBRvlzvUfBvxtNL5A

 

I Hope this helps,

 

Richard



I hope this helps,
Richard

Did I answer your question? Mark my post as a solution! Kudos Appreciated!

Proud to be a Super User!


View solution in original post

8 REPLIES 8
Anonymous
Not applicable

Hi- 

What do you mean doesn't work ? 

 

Check 

(1) is [CreatedOn.1] in take time format 

Anonymous
Not applicable

Hi @Anonymous

As shown in in snapshot above message, it does not work in column chart. Value is shown as one single column in chart.

 

[CreatedOn.1] has data type - Date/Time.

Anonymous
Not applicable

the Date in the chart is still showing as a hierarchy ( which is why you can drill down).  Change that to just show the Date and not the Date Hierarchy and should work

Anonymous
Not applicable

Hi @Anonymous

Its not picking up Values. Thats why chart is not showing columns for each dates.

I tried it with and without Hierarchy options, not working 😞

 

Date - No hierarchy.JPG

Hi @Anonymous

 

your createdOn.1 Column contains time, when you join to the Date table you are not matching any of the dates there, can you create a column that is just the date portion in your source system or through power query?

 

You will find your pbix file updated with a calc column that joins to the date table to slices your data by date, I would not suggest joining on calc dax columns and would try to push creating column work to your source system or powery query

 

https://1drv.ms/u/s!AhCeuF2piSWMgcBRvlzvUfBvxtNL5A

 

I Hope this helps,

 

Richard



I hope this helps,
Richard

Did I answer your question? Mark my post as a solution! Kudos Appreciated!

Proud to be a Super User!


Anonymous
Not applicable

Ah, beat me to it @richbenmintz Smiley Surprised

 

anyhow, if you fix the created on column to:

Column = FORMAT('1 pune'[CreatedOn.1],"MM/DD/YYYY")

and join that to the date table, it will work

Anonymous
Not applicable

Hey @richbenmintz I just extracted date portion in power query and it works!

 

@Anonymousthanks, that works too.

Anonymous
Not applicable

hmm. that's wierd. Ill take a look

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors