Forum Discussion
McFarlandL
3 years agoNew Member
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 st...
- Anonymous3 years ago
Hi McFarlandL ,
You could create a new measure to check which result "ticketsource[end date] = blank ()" would return.
And please try ISFILTERED function (DAX) - DAX | Microsoft Learn or HASONEVALUE function (DAX) - DAX | Microsoft Learn instead.
Best Regards,
Jay
Anonymous
3 years agoNot applicable
Hi McFarlandL ,
You could create a new measure to check which result "ticketsource[end date] = blank ()" would return.
And please try ISFILTERED function (DAX) - DAX | Microsoft Learn or HASONEVALUE function (DAX) - DAX | Microsoft Learn instead.
Best Regards,
Jay