Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

July 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more

Reply
cham
Post Patron
Post Patron

0 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."

1 ACCEPTED SOLUTION
AlB
Community Champion
Community Champion

@cham

Measure for your card:

 

Measure =
VAR NumCalls =
    SUM ( Table1[Answered Calls] )
RETURN
    IF ( NumCalls = 0; "hasn't answered any calls"; NumCalls )

View solution in original post

7 REPLIES 7
AlB
Community Champion
Community Champion

Hi @cham

You'd have to provide more info on your tables/ data model so that we can get a detailed answer. Can you show a sample?

 

 

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"

 

0 values.PNG

AlB
Community Champion
Community Champion

@cham

Measure for your card:

 

Measure =
VAR NumCalls =
    SUM ( Table1[Answered Calls] )
RETURN
    IF ( NumCalls = 0; "hasn't answered any calls"; NumCalls )

Hi @AlB

 

I want to know the following thing as well.

After I upload the below excel sheet into power bi it will show an error in the highlighted row.

How can i change the data type in Power BI as dd:hh:mm:ss?( days, hours, minitues and seconds)

 

DD-HH-MM-SS.PNG

AlB
Community Champion
Community Champion

@cham

 If you select the column with the issue and go to the 'Modelling' pane you have  'Data type' and 'Format'. You can see the options for the format there.

Afte I do that its giving errors

Thank You so much

Helpful resources

Announcements
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

60 days of Data Days Carousel

Data Days 2026

Join Fabric Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.