Forum Discussion
Creating a measure using multiple tables
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:
- Anonymous1 year agoNot applicable
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
- cass_butchard1 year agoFrequent Visitor
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
- Anonymous1 year agoNot applicable
HI cass_butchard ,
Can you check if the link helps
Solved: Derive open defects from the past using Dax - Microsoft Fabric Community
Cheers
CheenuSing