Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredJoin 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.
Hi @cass_butchard ,
Any update on this? Can you please share some more detail information about this?
results?
Regards,
Xiaoxin Sheng
Hi @cass_butchard ,
When typing the DATE([MonthEnd]), try typeing 'Date'[MonthEnd] instaead of DATE[MonthEnd].
Reason being DATE when typed is a function. WHen Typed 'DATE' it will refer to the date table.
Alternatively change the table name Date to DimDate and try.
Cheers
CheenuSing
Hi @Anonymous - MonthEnd is a field within my own date table that I am attempting to use to calculate in order to sum at a moment in time being the last day of the month - so if the completion date is after that month has finished then it would have been outstanding for that particular month and also count fields that were BLANK for that month also.
I tried both of your options but I need the generate statement to link both the Defects Table and the Date table together. I am also using date raised in the X axis. My current measure is:
Hi @cass_butchard ,
Can you please share the pbix or the data of defects and date in onedrive and share the link.
Can you paste the data model from the model view.
Cheers
CheenuSing
Hi, Unfortunately I cannot provide access to the pbix due to our internal security requirements.. However I have included some print screens below of the Data Model - Please let me now if you require additional information
HI @cass_butchard ,
Can you check if the link helps
Solved: Derive open defects from the past using Dax - Microsoft Fabric Community
Cheers
CheenuSing
@Anonymous - Unfortunately I have re-created the above and it gives me the exact same figures as my original measure - Which is not the correct number is it does not align to the figures from the system. The only thing I can consider is amending the date field used in the axis as it changes the figures when I use Date Raised or Completion Date but when I use a standard date field the numbers are the same as date raised. I really appreciate all your time and assistance in this matter.
The correct figure for this should be 996
Hi @cass_butchard ,
It is very difficult to simulate the data. If possible just share the data with only columns to be used in the visuals and your date table, then only can provide a solution.
Cheers
CheenuSing
I have attached the pbix let me know if any issues @Anonymous
Hi @cass_butchard ,
Unable to download pbix , as the link is pointing to sharepoint.
Put it in One Drive or Google Dirve and share the link here.
My email id is srini@samiksha.com.sg
Cheers
CheenuSing
Hi CheenuSing - The X Axis populated from the date raised field in defects however I just attempted to use a date field from the Date table on the X axis and this still did not allow me to populate this field
Hi @cass_butchard ,
Can you please share some more detail information about this scenario? They should help us clarify your scenario and test.
How to Get Your Question Answered Quickly
Regards,
Xiaoxin Sheng
HI v-shex-msft - I have included additional information in my replies above what other information would you like me to include?
Thank you
Hi @cass_butchard ,
Try the following measure
It is assumed that there is a relationship between Defects and Date table.
Hi There,
I have tried the above solution however even though there is a relationship between the date table and defect table I am unable to use a field from the date table in the filter statement without the generate statement connecting the two tables together. Screen shots below: