Forum Discussion
Card Visualization - Do not show (Blank)
Hi,
I am using the Card Visulization and one of the fields that I am putting on the field section is called End Date ( I am selecting the Earliest )
.
This End Date does have some dates for some people when I filter on their name but when I select a person that has their End Date as blank it shows it on the Card as the below
How do I make it just showing nothing i.e. no text just a White Box
Thanks
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
5 Replies
- AvPowerBIPost Patron
I created a New Column with the below IF Statement
End Date 2 =IF(ISBLANK('Fact'[End Date])," ",'Fact'[End Date])But it is coming back wit han error message of the following:Thanks
- aj1973Community Champion
No,
You need to add a measure not a calculated column, using Min(date) or EARLIER, EARLIEST...