Forum Discussion
Card Visualization - Do not show (Blank)
- 4 years ago
If you are talking about selecting a slicer, you want your measurement to come back blank when the row is empty, then do not do it if the condition because you are going to find it blank or you need to add a SELECTED VALUE to your measure.
Example:
Can you share a sample? it would be easier to understand this way
I created a New Column with the below IF Statement
Thanks
No,
You need to add a measure not a calculated column, using Min(date) or EARLIER, EARLIEST...
- AvPowerBI4 years ago
Post Patron
I have created a measure instead (though the field I am using is a Date field?)
End Date 2 =IF(ISBLANK(MIN('Fact'[End Date]))," ",MIN('Fact'[End Date]))This is the result it is showing for the Card visual when using this new Measure End Date 2Has it something to do with my DAX or not possible with Date Types
- aj19734 years ago
Community Champion
If you are talking about selecting a slicer, you want your measurement to come back blank when the row is empty, then do not do it if the condition because you are going to find it blank or you need to add a SELECTED VALUE to your measure.
Example:
Can you share a sample? it would be easier to understand this way