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

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

Reply
Anonymous
Not applicable

Connecting two dates columns

Hi everyone. Is it possible to connect two date columns from different tables?

I have one table called Report Journal (with several columns, amongst them are id and report date) and another table called Activity (with several columns, amongst them are idTime and Description).

The relationship between the tables is active, and the carinality is Many to Many (can't change it). 

report date and Time columns are date type.

I would like to be abel to choose a date in report date, and get the Time column filtered by the same date so I can see Description for that date. 

1 ACCEPTED SOLUTION

@Anonymous , yes. Then you can join with date table.

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

View solution in original post

6 REPLIES 6
Icey
Community Support
Community Support

Hi @Anonymous ,

 

Is this problem solved?

 

If it is solved, please always accept the replies making sense as solution to your question so that people who may have the same question can get the solution directly.

 

If not, please let me know.

 

 

Best Regards,

Icey

amitchandak
Super User
Super User

@Anonymous , time is time or time with date. If time with date then create a date

 

Date =[Time].date

You can create a common date table and id table and can use them

 

ID Table = distinct(Union(all(Journal[ID]),all(Activity[ID])))

 

To get the best of the time intelligence function. Make sure you have a date calendar and it has been marked as the date in model view. Also, join it with the date column of your fact/s. Refer :
https://radacad.com/creating-calendar-table-in-power-bi-using-dax-functions
https://www.archerpoint.com/blog/Posts/creating-date-table-power-bi
https://www.sqlbi.com/articles/creating-a-simple-date-table-in-dax/

See if my webinar on Time Intelligence can help: https://community.powerbi.com/t5/Webinars-and-Video-Gallery/PowerBI-Time-Intelligence-Calendar-WTD-YTD-LYTD-Week-Over-Week/m-p/1051626#M184


Appreciate your Kudos.

 

Time Table

https://kohera.be/blog/power-bi/how-to-create-a-time-table-in-power-bi-in-a-few-simple-steps/

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube
Anonymous
Not applicable

Hi @amitchandak Many thanks!

Sorry, but I am an absolute beginner here, could you please specify in details what needs to be done here.

Anonymous
Not applicable

Hi @amitchandak Thanks a lot!

If I change the format to date/time for these columns report date and Time columns, then time is shown only as 00:00:00. I guess it means that the it is only date for both columns.

@Anonymous , yes. Then you can join with date table.

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube
DebbieE
Community Champion
Community Champion

Hi Alex

 

It would be great if you could provide a little example of the two tables and then an example of the expected result just to get a clearer picure

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 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