Forum Discussion

McFarlandL's avatar
McFarlandL
New Member
3 years ago
Solved

DAX Command for blank

Good evening Everyone,

 

I am working on a dashboard that when you hover over a card, a tool tip gives the status of a system.  I'm pulling data from our ticketing system and need the fly out to state "There is no current reported degradation or outage for this system" when there is not an open ticket on the system. 

 

The fly out currently states this until a ticket is opened, then it provides the update, however, it's not returning to the no reported degradation or outage statement.

 

My current DAX is Details = if( ticketsource[end date] = blank (), ticketsource[status message], "There is no current reported degradation or outage for this system")

3 Replies