Forum Discussion
cham
Post Patron
7 years ago0 values
Hi,
I have a data set which includes answered and unanswered call details.
If i select one user name it will show "0' because that user didnt answer any calls. So, I want to show a card showing that "this user did not answer any calls at this moment".
If the user select that particular user name if filter slicer, card need to be show automatically saying that "this user did not answer any calls."
Measure for your card:
Measure = VAR NumCalls = SUM ( Table1[Answered Calls] ) RETURN IF ( NumCalls = 0; "hasn't answered any calls"; NumCalls )
7 Replies
- cham
Post Patron
Hi,
This is the sample data set. If I select user name as "C" in my filter slicer then i want to show a card that showing "he is not answered any calls"