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

July 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more

Reply
Anonymous
Not applicable

Date Column Issue

Hi Friends,

 

I have a situation in my model where I have 2 date tables ( created date and closed date).

 

I have created a date table using dax but the issue is how to sync all 3 tables together?

 

Currently i have a relationship of my dax date table with my created date in my model and the graph shows correct data for the created date whereas the data for closed date is not correct and when i make the relationship of my dax date table with the closed date the numbers for created date are wrong. 

 

Any idea how to fix this? I want to show created and closed numbers together.

 

Please Note : I have two date tables in my model i.e Created and closed. I have created another date table using DAZ to setup the relationship.

 

https://www.dropbox.com/s/bzur2v335qpxsjr/Sample%20-%20Copy.pbix?dl=0

 

Above is the link for a sample pbix containing the data and the conditions. I want to show the non dev tickets together ( closed and opened)

 

Himanshu_13_0-1622729898613.png

 

 

Himanshu_13_1-1622729898660.png

 

Regards,

Himanshu

 

1 REPLY 1
Anonymous
Not applicable

My initial suggestion would be to change the columns you are selecting to create the relationship from Month Year to Date- Created Date  (DAX-Devops) and Closed Date - Date(Devops - M). If you want to avoid having a column for Created and a column for Closed, you'll have to create a measure that adds up the Closed tickets and the Created tickets, but this will generate ambiguity since a single ticket can be eventually closed so it does not make sense to add them up. 

Helpful resources

Announcements
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

July Power BI Update Carousel

Power BI Monthly Update - July 2026

Check out the July 2026 Power BI update to learn about new features.

60 days of Data Days Carousel

Data Days 2026

Join Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Top Solution Authors