Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago

Measure to filter expression when relationship table has no value

Hello,

 

I have a measure calculating an integer from a date value in "Infinity" table. I only want it to do so when the "descriptors" table has no value based on the relationship between infinity and desicriptors. The measure returns all blank values even when there is a date value in the infinity column and a blank value in the descriptors column. 

 

Daily Release = CALCULATE( INT(CALCULATE(max(Infinity[Date Time]))), Descriptors[Descriptor]= BLANK())
 

2 Replies